Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DConstantFolder.h246 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const { in CreateSelect() function
H A DNoFolder.h310 Instruction *CreateSelect(Constant *C, in CreateSelect() function
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetFolder.h238 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const { in CreateSelect() function