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

  /external/llvm/include/llvm/Analysis/
ConstantFolding.h 60 /// ConstantFoldCompareInstOperands - Attempt to constant fold a compare
65 ConstantFoldCompareInstOperands(unsigned Predicate, Constant *LHS,
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
LazyValueInfo.cpp 219 dyn_cast<ConstantInt>(ConstantFoldCompareInstOperands(
243 dyn_cast<ConstantInt>(ConstantFoldCompareInstOperands(
    [all...]
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 363 return ConstantFoldCompareInstOperands(C->getPredicate(), ConstOps[0],
    [all...]
InstCombineCompares.cpp 316 Constant *C = ConstantFoldCompareInstOperands(ICI.getPredicate(), Elt,
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 176 milliseconds