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

  /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;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 129 case ICmpInst::ICMP_UGT:
467 return new ICmpInst(ICmpInst::ICMP_UGT, Idx, End);
769 return new ICmpInst(ICmpInst::ICMP_UGT, X, R);
775 if (Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_UGE)
    [all...]
InstCombineSelect.cpp 40 case ICmpInst::ICMP_UGT:
56 case ICmpInst::ICMP_UGT:
437 else if ((Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_UGT)
444 case ICmpInst::ICMP_UGT:
452 if (Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_SGT)
    [all...]
InstCombineAndOrXor.cpp 302 ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT);
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
AsmWriter.cpp 705 case ICmpInst::ICMP_UGT: pred = "ugt"; break;
    [all...]
Constants.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 674 ICMP_UGT = 34, ///< unsigned greater than
    [all...]
IRBuilder.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 198 case ICmpInst::ICMP_UGT: return ISD::SETUGT;
  /external/llvm/lib/Support/
ConstantRange.cpp 90 case CmpInst::ICMP_UGT: {
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 588 CmpInst::ICMP_UGT : CmpInst::ICMP_SLE;
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 200 dbgs() << "Unhandled type for ICMP_UGT predicate: " << *Ty << "\n";
288 case ICmpInst::ICMP_UGT: R = executeICMP_UGT(Src1, Src2, Ty); break;
649 case ICmpInst::ICMP_UGT: return executeICMP_UGT(Src1, Src2, Ty);
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 879 case ICmpInst::ICMP_UGT: Out << "UGT"; break;
    [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 899 return Pred == CmpInst::ICMP_UGT || Pred == CmpInst::ICMP_UGE;
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 489 VISITCOMP(GT, ICMP_UGT, ICMP_SGT, FCMP_OGT)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 723 milliseconds