Searched refs:ConstantFoldSelectInstruction (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ConstantFold.h | 40 LLVM_ABI Constant *ConstantFoldSelectInstruction(Constant *Cond, Constant *V1,
|
| H A D | ConstantFolder.h | 127 return ConstantFoldSelectInstruction(CC, TC, FC); in FoldSelect()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ConstantFolding.h | 125 LLVM_ABI Constant *ConstantFoldSelectInstruction(Constant *Cond, Constant *V1,
|
| H A D | TargetFolder.h | 137 return ConstantFoldSelectInstruction(CC, TC, FC); in FoldSelect()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 262 Constant *llvm::ConstantFoldSelectInstruction(Constant *Cond, in ConstantFoldSelectInstruction() function in llvm
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InlineCost.cpp | 2614 if (auto *C = ConstantFoldSelectInstruction(CondC, TrueC, FalseC)) { in visitSelectInst()
|
| H A D | ConstantFolding.cpp | 1066 return ConstantFoldSelectInstruction(Ops[0], Ops[1], Ops[2]); in ConstantFoldInstOperandsImpl()
|
| H A D | InstructionSimplify.cpp | 4826 if (Constant *C = ConstantFoldSelectInstruction(CondC, TrueC, FalseC)) in simplifySelectInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCasts.cpp | 872 Constant *ShAmt = ConstantFoldSelectInstruction(Cmp, C, MaxAmt); in visitTrunc()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 20798 …29ConstantFoldSelectInstructionEPNS_8ConstantES1_S1_", "llvm::ConstantFoldSelectInstruction(llvm::…
|