HomeSort by relevance Sort by last modified time
    Searched refs:ConstantFoldCompareInstOperands (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/Analysis/
ConstantFolding.h 60 /// ConstantFoldCompareInstOperands - Attempt to constant fold a compare
64 Constant *ConstantFoldCompareInstOperands(unsigned Predicate,
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 797 return ConstantFoldCompareInstOperands(CI->getPredicate(), Ops[0], Ops[1],
    [all...]
LazyValueInfo.cpp 217 ConstantFoldCompareInstOperands(CmpInst::ICMP_NE,
243 ConstantFoldCompareInstOperands(CmpInst::ICMP_NE,
    [all...]
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 291 Constant *C = ConstantFoldCompareInstOperands(ICI.getPredicate(), Elt,
    [all...]

Completed in 211 milliseconds