Searched refs:ConstantFoldCompareInstruction (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ConstantFold.h | 59 ConstantFoldCompareInstruction(CmpInst::Predicate Predicate, Constant *C1,
|
| H A D | ConstantFolder.h | 103 return ConstantFoldCompareInstruction(P, LC, RC); in FoldCmp()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 1101 Constant *llvm::ConstantFoldCompareInstruction(CmpInst::Predicate Predicate, in ConstantFoldCompareInstruction() function in llvm 1178 ConstantFoldCompareInstruction(Predicate, C1Splat, C2Splat)) in ConstantFoldCompareInstruction() 1197 Constant *Elt = ConstantFoldCompareInstruction(Predicate, C1E, C2E); in ConstantFoldCompareInstruction() 1309 return ConstantFoldCompareInstruction(Predicate, C2, C1); in ConstantFoldCompareInstruction()
|
| H A D | Constants.cpp | 318 Constant *CmpEq = ConstantFoldCompareInstruction(ICmpInst::ICMP_EQ, C0, C1); in isElementWiseEqual()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 1308 return ConstantFoldCompareInstruction(Predicate, Ops0, Ops1); in ConstantFoldCompareInstOperands()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 20806 …30ConstantFoldCompareInstructionEtPNS_8ConstantES1_", "llvm::ConstantFoldCompareInstruction(unsign…
|