Searched refs:ConstantFoldSelectInstruction (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ConstantFold.h | 39 Constant *ConstantFoldSelectInstruction(Constant *Cond,
|
| H A D | ConstantFolder.h | 126 return ConstantFoldSelectInstruction(CC, TC, FC); in FoldSelect()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ConstantFolding.h | 122 Constant *ConstantFoldSelectInstruction(Constant *Cond, Constant *V1,
|
| H A D | TargetFolder.h | 136 return ConstantFoldSelectInstruction(CC, TC, FC); in FoldSelect()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 267 Constant *llvm::ConstantFoldSelectInstruction(Constant *Cond, in ConstantFoldSelectInstruction() function in llvm
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InlineCost.cpp | 2417 if (auto *C = ConstantFoldSelectInstruction(CondC, TrueC, FalseC)) { in visitSelectInst()
|
| H A D | ConstantFolding.cpp | 1043 return ConstantFoldSelectInstruction(Ops[0], Ops[1], Ops[2]); in ConstantFoldInstOperandsImpl()
|
| H A D | InstructionSimplify.cpp | 4800 if (Constant *C = ConstantFoldSelectInstruction(CondC, TrueC, FalseC)) in simplifySelectInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCasts.cpp | 799 Constant *ShAmt = ConstantFoldSelectInstruction(Cmp, C, MaxAmt); in visitTrunc()
|