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

1 2

  /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 251 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Val, Leaf.High,
260 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Add, UpperBound,
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 765 if (Pred == ICmpInst::ICMP_ULT || Pred == ICmpInst::ICMP_ULE) {
    [all...]
InstCombineSelect.cpp 52 case ICmpInst::ICMP_ULE: return SPF_UMIN;
67 case ICmpInst::ICMP_ULE: return SPF_UMAX;
    [all...]
InstCombineAndOrXor.cpp 266 ICmpInst::ICMP_SLE:ICmpInst::ICMP_ULE), Lo, Hi))->getZExtValue() &&
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
ConstantFold.cpp     [all...]
ConstantRange.cpp 78 case CmpInst::ICMP_ULE: {
AsmWriter.cpp 709 case ICmpInst::ICMP_ULE: pred = "ule"; break;
    [all...]
Constants.cpp     [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 682 ICMP_ULE = 37, ///< unsigned less or equal
    [all...]
PatternMatch.h 996 return Pred == CmpInst::ICMP_ULT || Pred == CmpInst::ICMP_ULE;
    [all...]
IRBuilder.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 193 case ICmpInst::ICMP_ULE: return ISD::SETULE;
  /external/lldb/source/Expression/
IRInterpreter.cpp 496 case CmpInst::ICMP_ULE:
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 891 case ICmpInst::ICMP_ULE: Out << "ULE"; break;
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 229 dbgs() << "Unhandled type for ICMP_ULE predicate: " << *Ty << "\n";
291 case ICmpInst::ICMP_ULE: R = executeICMP_ULE(Src1, Src2, Ty); break;
656 case ICmpInst::ICMP_ULE: return executeICMP_ULE(Src1, Src2, Ty);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 197 case CmpInst::ICMP_ULE: Predicate = CmpInst::FCMP_TRUE; break;
235 case CmpInst::ICMP_ULE: CC = X86::COND_BE; break;
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 735 case CmpInst::ICMP_ULE:
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 236 case CmpInst::ICMP_ULE:
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 493 VISITCOMP(LE, ICMP_ULE, ICMP_SLE, FCMP_OLE)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]

Completed in 577 milliseconds

1 2