Searched defs:CreateSelect (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | NoFolder.h | 287 Instruction *CreateSelect(Constant *C, in CreateSelect() function
|
H A D | ConstantFolder.h | 253 Constant *CreateSelect(Constant *C, Constant *True, in CreateSelect() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | TargetFolder.h | 247 Constant *CreateSelect(Constant *C, Constant *True, in CreateSelect() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 934 Value *IRBuilderBase::CreateSelect(Value *C, Value *True, Value *False, in CreateSelect() function in IRBuilderBase
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
H A D | ir.go | 1841 func (b Builder) CreateSelect(ifv, thenv, elsev Value, name string) (v Value) { func
|