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

  /external/llvm/lib/Transforms/Utils/
CmpInstAnalysis.cpp 57 case ICmpInst::ICMP_ULE: return 6; // 110
83 case 6: NewICmpPred = Sign ? ICmpInst::ICMP_SLE : ICmpInst::ICMP_ULE; break;
LowerSwitch.cpp 198 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Val, Leaf.High,
207 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Add, UpperBound,
  /external/llvm/lib/CodeGen/
Analysis.cpp 194 case ICmpInst::ICMP_ULE: return ISD::SETULE;
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp     [all...]
ConstantFold.cpp     [all...]
AsmWriter.cpp 657 case ICmpInst::ICMP_ULE: pred = "ule"; break;
    [all...]
Constants.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 733 if (Pred == ICmpInst::ICMP_ULT || Pred == ICmpInst::ICMP_ULE) {
    [all...]
InstCombineSelect.cpp 45 case ICmpInst::ICMP_ULE: return SPF_UMIN;
61 case ICmpInst::ICMP_ULE: return SPF_UMAX;
    [all...]
InstCombineAndOrXor.cpp 278 ICmpInst::ICMP_SLE:ICmpInst::ICMP_ULE), Lo, Hi))->getZExtValue() &&
794 if (LHSCC == ICmpInst::ICMP_UGE || LHSCC == ICmpInst::ICMP_ULE ||
795 RHSCC == ICmpInst::ICMP_UGE || RHSCC == ICmpInst::ICMP_ULE ||
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/include/llvm/
InstrTypes.h 673 ICMP_ULE = 37, ///< unsigned less or equal
    [all...]
  /external/llvm/lib/Support/
ConstantRange.cpp 77 case CmpInst::ICMP_ULE: {
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 212 dbgs() << "Unhandled type for ICMP_ULE predicate: " << *Ty << "\n";
271 case ICmpInst::ICMP_ULE: R = executeICMP_ULE(Src1, Src2, Ty); break;
489 case ICmpInst::ICMP_ULE: return executeICMP_ULE(Src1, Src2, Ty);
    [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 793 return Pred == CmpInst::ICMP_ULT || Pred == CmpInst::ICMP_ULE;
IRBuilder.h     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 849 case ICmpInst::ICMP_ULE: Out << "ULE"; break;
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 478 VISITCOMP(LE, ICMP_ULE, ICMP_SLE, FCMP_OLE)
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 601 milliseconds