HomeSort by relevance Sort by last modified time
    Searched refs:ICMP_SGE (Results 1 - 25 of 37) 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 162 pred = ICmpInst::ICMP_SGE;
    [all...]
InstCombineAndOrXor.cpp     [all...]
InstCombineCalls.cpp 658 Pred = IsSigned ? ICmpInst::ICMP_SGE : ICmpInst::ICMP_UGE;
    [all...]
  /external/llvm/lib/Fuzzer/
FuzzerTraceState.cpp 109 ICMP_SGE = 39, ///< signed greater or equal
124 case ICMP_SGE: return (S)Arg1 >= (S)Arg2;
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
ConstantFold.cpp     [all...]
ConstantRange.cpp 111 case CmpInst::ICMP_SGE: {
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
DependenceAnalysis.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 104 return CmpInst::ICMP_SGE;
IndVarSimplify.cpp 353 case CmpInst::FCMP_UGE: NewPred = CmpInst::ICMP_SGE; break;
411 if (NewPred == CmpInst::ICMP_SGE || NewPred == CmpInst::ICMP_SLT) {
    [all...]
InductiveRangeCheckElimination.cpp 292 case ICmpInst::ICMP_SGE:
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 206 case ICmpInst::ICMP_SGE: return ISD::SETGE;
  /external/llvm/unittests/IR/
InstructionsTest.cpp 320 ICmpInst *ICmp2 = new ICmpInst(*BB0, ICmpInst::ICMP_SGE, PtrVecA, PtrVecB);
ConstantRangeTest.cpp 568 ConstantRange::makeSatisfyingICmpRegion(ICmpInst::ICMP_SGE, SignedSample),
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 894 case ICmpInst::ICMP_SGE: Out << "SGE"; break;
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h     [all...]
PatternMatch.h     [all...]
IRBuilder.h     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 272 dbgs() << "Unhandled type for ICMP_SGE predicate: " << *Ty << "\n";
295 case ICmpInst::ICMP_SGE: R = executeICMP_SGE(Src1, Src2, Ty); break;
656 case ICmpInst::ICMP_SGE: return executeICMP_SGE(Src1, Src2, Ty);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 635 case CmpInst::ICMP_SGE: {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 237 case CmpInst::ICMP_SGE:
    [all...]

Completed in 1162 milliseconds

1 2