IntrinsicGen

Undocumented in source.

Constructors

this
this(LocalPass pass)
Undocumented in source.

Alias This

pass

Members

Functions

bswap
LLVMValueRef bswap(LLVMValueRef[] args)
Undocumented in source.
bswap
LLVMValueRef bswap(LLVMValueRef n)
Undocumented in source. Be warned that the author may not have intended to support it.
build
LLVMValueRef build(Intrinsic i, Expression[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
build
LLVMValueRef build(Intrinsic i, LLVMValueRef[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
cas
LLVMValueRef cas(bool weak, LLVMValueRef[] args)
Undocumented in source.
cas
LLVMValueRef cas(bool weak, LLVMValueRef ptr, LLVMValueRef old, LLVMValueRef val, LLVMAtomicOrdering ordering)
Undocumented in source. Be warned that the author may not have intended to support it.
ctlz
LLVMValueRef ctlz(LLVMValueRef[] args)
Undocumented in source.
ctlz
LLVMValueRef ctlz(LLVMValueRef n)
Undocumented in source. Be warned that the author may not have intended to support it.
ctpop
LLVMValueRef ctpop(LLVMValueRef[] args)
Undocumented in source.
ctpop
LLVMValueRef ctpop(LLVMValueRef n)
Undocumented in source. Be warned that the author may not have intended to support it.
cttz
LLVMValueRef cttz(LLVMValueRef[] args)
Undocumented in source.
cttz
LLVMValueRef cttz(LLVMValueRef n)
Undocumented in source. Be warned that the author may not have intended to support it.
expect
LLVMValueRef expect(LLVMValueRef[] args)
Undocumented in source.
expect
LLVMValueRef expect(LLVMValueRef v, LLVMValueRef e)
Undocumented in source. Be warned that the author may not have intended to support it.
getBswap
auto getBswap(uint bits)
Undocumented in source. Be warned that the author may not have intended to support it.
getCtlz
auto getCtlz(uint bits)
Undocumented in source. Be warned that the author may not have intended to support it.
getCtpop
auto getCtpop(uint bits)
Undocumented in source. Be warned that the author may not have intended to support it.
getCttz
auto getCttz(uint bits)
Undocumented in source. Be warned that the author may not have intended to support it.
getExpect
auto getExpect()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta