Home
last modified time | relevance | path

Searched refs:ConstantFoldCompareInstOperands (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Analysis/
DConstantFolding.h64 Constant *ConstantFoldCompareInstOperands(unsigned Predicate,
/external/llvm/lib/Analysis/
DConstantFolding.cpp797 return ConstantFoldCompareInstOperands(CI->getPredicate(), Ops[0], Ops[1], in ConstantFoldInstruction()
834 return ConstantFoldCompareInstOperands(CE->getPredicate(), Ops[0], Ops[1], in ConstantFoldConstantExpression()
936 Constant *llvm::ConstantFoldCompareInstOperands(unsigned Predicate, in ConstantFoldCompareInstOperands() function in llvm
956 return ConstantFoldCompareInstOperands(Predicate, C, Null, TD, TLI); in ConstantFoldCompareInstOperands()
965 return ConstantFoldCompareInstOperands(Predicate, C, Null, TD, TLI); in ConstantFoldCompareInstOperands()
980 return ConstantFoldCompareInstOperands(Predicate, C0, C1, TD, TLI); in ConstantFoldCompareInstOperands()
988 return ConstantFoldCompareInstOperands(Predicate, CE0->getOperand(0), in ConstantFoldCompareInstOperands()
998 ConstantFoldCompareInstOperands(Predicate, CE0->getOperand(0), Ops1, in ConstantFoldCompareInstOperands()
1001 ConstantFoldCompareInstOperands(Predicate, CE0->getOperand(1), Ops1, in ConstantFoldCompareInstOperands()
DLazyValueInfo.cpp217 ConstantFoldCompareInstOperands(CmpInst::ICMP_NE, in mergeIn()
243 ConstantFoldCompareInstOperands(CmpInst::ICMP_NE, in mergeIn()
1056 Res = ConstantFoldCompareInstOperands(Pred, Result.getConstant(), C, TD, in getPredicateOnEdge()
1097 Res = ConstantFoldCompareInstOperands(ICmpInst::ICMP_NE, in getPredicateOnEdge()
1104 Res = ConstantFoldCompareInstOperands(ICmpInst::ICMP_NE, in getPredicateOnEdge()
DInstructionSimplify.cpp1643 return ConstantFoldCompareInstOperands(Pred, CLHS, CRHS, Q.TD, Q.TLI); in SimplifyICmpInst()
2412 return ConstantFoldCompareInstOperands(Pred, CLHS, CRHS, Q.TD, Q.TLI); in SimplifyFCmpInst()
DScalarEvolution.cpp4795 return ConstantFoldCompareInstOperands(CI->getPredicate(), Operands[0], in EvaluateExpression()
5160 C = ConstantFoldCompareInstOperands(CI->getPredicate(), in computeSCEVAtScope()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp291 Constant *C = ConstantFoldCompareInstOperands(ICI.getPredicate(), Elt, in FoldCmpLoadFromIndexedGlobal()