Searched defs:CreateSelect (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | ConstantFolder.h | 249 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const { in CreateSelect() function
|
H A D | NoFolder.h | 313 Instruction *CreateSelect(Constant *C, in CreateSelect() function
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | ConstantFolder.h | 214 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const { in CreateSelect() function
|
H A D | NoFolder.h | 267 Instruction *CreateSelect(Constant *C, in CreateSelect() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | TargetFolder.h | 241 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const { in CreateSelect() function
|
/aosp_15_r20/external/llvm/include/llvm/Analysis/ |
H A D | TargetFolder.h | 239 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const { in CreateSelect() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 1126 Value *IRBuilderBase::CreateSelect(Value *C, Value *True, Value *False, in CreateSelect() function in IRBuilderBase
|
/aosp_15_r20/external/llvm/bindings/go/llvm/ |
H A D | ir.go | 1671 func (b Builder) CreateSelect(ifv, thenv, elsev Value, name string) (v Value) { func
|