Home
last modified time | relevance | path

Searched defs:CreateSelect (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DConstantFolder.h213 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const { in CreateSelect() function
H A DNoFolder.h266 Instruction *CreateSelect(Constant *C, in CreateSelect() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetFolder.h238 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const { in CreateSelect() function
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1663 func (b Builder) CreateSelect(ifv, thenv, elsev Value, name string) (v Value) { func