HomeSort by relevance Sort by last modified time
    Searched refs:ConstantFoldCompareInstOperands (Results 1 - 7 of 7) 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     [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/
InstCombineSelect.cpp 337 return ConstantFoldCompareInstOperands(C->getPredicate(), ConstOps[0],
    [all...]
InstCombineCompares.cpp 292 Constant *C = ConstantFoldCompareInstOperands(ICI.getPredicate(), Elt,
    [all...]

Completed in 311 milliseconds