Searched defs:CreateSelect (Results 1 - 4 of 4) sorted by relevance
/external/llvm/include/llvm/Support/ | ||
H A D | ConstantFolder.h | 207 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const { function in class:llvm::ConstantFolder |
H A D | TargetFolder.h | 224 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const { function in class:llvm::TargetFolder |
H A D | NoFolder.h | 266 Instruction *CreateSelect(Constant *C, function in class:llvm::NoFolder |
/external/llvm/include/llvm/ | ||
H A D | IRBuilder.h | 1199 Value *CreateSelect(Value *C, Value *True, Value *False, function in class:llvm::IRBuilder 1204 return Insert(Folder.CreateSelect(CC, TC, FC), Name); |
Completed in 97 milliseconds