HomeSort by relevance Sort by last modified time
    Searched refs:ICMP_UGT (Results 1 - 24 of 24) 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/
InstCombineSelect.cpp 40 case ICmpInst::ICMP_UGT:
56 case ICmpInst::ICMP_UGT:
374 else if ((Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_UGT)
381 case ICmpInst::ICMP_UGT:
389 if (Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_SGT)
    [all...]
InstCombineCompares.cpp 129 case ICmpInst::ICMP_UGT:
442 return new ICmpInst(ICmpInst::ICMP_UGT, Idx, End);
737 return new ICmpInst(ICmpInst::ICMP_UGT, X, R);
743 if (Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_UGE)
    [all...]
InstCombineAndOrXor.cpp 306 ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT);
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
AsmWriter.cpp 731 case ICmpInst::ICMP_UGT: pred = "ugt"; break;
    [all...]
Constants.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 198 case ICmpInst::ICMP_UGT: return ISD::SETUGT;
  /external/llvm/include/llvm/IR/
InstrTypes.h 668 ICMP_UGT = 34, ///< unsigned greater than
    [all...]
IRBuilder.h     [all...]
  /external/llvm/lib/Support/
ConstantRange.cpp 89 case CmpInst::ICMP_UGT: {
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 186 dbgs() << "Unhandled type for ICMP_UGT predicate: " << *Ty << "\n";
269 case ICmpInst::ICMP_UGT: R = executeICMP_UGT(Src1, Src2, Ty); break;
483 case ICmpInst::ICMP_UGT: return executeICMP_UGT(Src1, Src2, Ty);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 588 CmpInst::ICMP_UGT : CmpInst::ICMP_SLE;
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 880 case ICmpInst::ICMP_UGT: Out << "UGT"; break;
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 886 return Pred == CmpInst::ICMP_UGT || Pred == CmpInst::ICMP_UGE;
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 485 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/AsmParser/
LLParser.cpp     [all...]

Completed in 196 milliseconds