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

1 2

  /external/llvm/lib/Transforms/Utils/
CmpInstAnalysis.cpp 49 case ICmpInst::ICMP_UGT: return 1; // 001
78 case 1: NewICmpPred = Sign ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; break;
LoopUtils.cpp 581 P = CmpInst::ICMP_UGT;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 132 case ICmpInst::ICMP_UGT:
466 return new ICmpInst(ICmpInst::ICMP_UGT, Idx, End);
    [all...]
InstCombineAndOrXor.cpp 331 ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT);
572 case ICmpInst::ICMP_UGT:
    [all...]
InstCombineSelect.cpp 54 return ICmpInst::ICMP_UGT;
422 case ICmpInst::ICMP_UGT:
430 if (Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_SGT)
    [all...]
InstCombineCalls.cpp 655 Pred = IsSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT;
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
ConstantRange.cpp 93 case CmpInst::ICMP_UGT: {
AsmWriter.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Fuzzer/
FuzzerTraceState.cpp 104 ICMP_UGT = 34, ///< unsigned greater than
119 case ICMP_UGT: return Arg1 > Arg2;
  /external/llvm/lib/CodeGen/
Analysis.cpp 211 case ICmpInst::ICMP_UGT: return ISD::SETUGT;
  /external/llvm/include/llvm/IR/
PatternMatch.h     [all...]
InstrTypes.h     [all...]
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp     [all...]
InductiveRangeCheckElimination.cpp 318 case ICmpInst::ICMP_UGT:
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 891 case ICmpInst::ICMP_UGT: Out << "UGT"; break;
    [all...]
  /external/llvm/unittests/IR/
ConstantRangeTest.cpp 545 EXPECT_EQ(ConstantRange::makeSatisfyingICmpRegion(ICmpInst::ICMP_UGT,
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 202 dbgs() << "Unhandled type for ICMP_UGT predicate: " << *Ty << "\n";
290 case ICmpInst::ICMP_UGT: R = executeICMP_UGT(Src1, Src2, Ty); break;
651 case ICmpInst::ICMP_UGT: return executeICMP_UGT(Src1, Src2, Ty);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 607 case CmpInst::ICMP_UGT: {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 231 case CmpInst::ICMP_UGT:
    [all...]

Completed in 243 milliseconds

1 2