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

1 2

  /external/llvm/lib/Transforms/Utils/
CmpInstAnalysis.cpp 53 case ICmpInst::ICMP_SGE: return 3; // 011
80 case 3: NewICmpPred = Sign ? ICmpInst::ICMP_SGE : ICmpInst::ICMP_UGE; break;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 159 pred = ICmpInst::ICMP_SGE;
798 assert(Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_SGE);
    [all...]
InstCombineSelect.cpp 43 case ICmpInst::ICMP_SGE: return SPF_SMAX;
59 case ICmpInst::ICMP_SGE: return SPF_SMIN;
    [all...]
InstCombineAndOrXor.cpp 785 LHSCC == ICmpInst::ICMP_SGE || LHSCC == ICmpInst::ICMP_SLE ||
786 RHSCC == ICmpInst::ICMP_SGE || RHSCC == ICmpInst::ICMP_SLE)
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
DependenceAnalysis.cpp 905 case CmpInst::ICMP_SGE:
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
ConstantFold.cpp     [all...]
AsmWriter.cpp 702 case ICmpInst::ICMP_SGE: pred = "sge"; break;
    [all...]
Constants.cpp     [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 679 ICMP_SGE = 39, ///< signed greater or equal
    [all...]
IRBuilder.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 193 case ICmpInst::ICMP_SGE: return ISD::SETGE;
  /external/llvm/lib/Support/
ConstantRange.cpp 108 case CmpInst::ICMP_SGE: {
  /external/llvm/unittests/IR/
InstructionsTest.cpp 241 ICmpInst *ICmp2 = new ICmpInst(*BB0, ICmpInst::ICMP_SGE, PtrVecA, PtrVecB);
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 316 case CmpInst::FCMP_UGE: NewPred = CmpInst::ICMP_SGE; break;
374 if (NewPred == CmpInst::ICMP_SGE || NewPred == CmpInst::ICMP_SLT) {
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 270 dbgs() << "Unhandled type for ICMP_SGE predicate: " << *Ty << "\n";
293 case ICmpInst::ICMP_SGE: R = executeICMP_SGE(Src1, Src2, Ty); break;
654 case ICmpInst::ICMP_SGE: return executeICMP_SGE(Src1, Src2, Ty);
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 882 case ICmpInst::ICMP_SGE: Out << "SGE"; break;
    [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 885 return Pred == CmpInst::ICMP_SGT || Pred == CmpInst::ICMP_SGE;
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 491 VISITCOMP(GE, ICMP_UGE, ICMP_SGE, FCMP_OGE)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]

Completed in 843 milliseconds

1 2