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

  /external/llvm/lib/Transforms/Utils/
CmpInstAnalysis.cpp 52 case ICmpInst::ICMP_UGE: return 3; // 011
80 case 3: NewICmpPred = Sign ? ICmpInst::ICMP_SGE : ICmpInst::ICMP_UGE; break;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 133 case ICmpInst::ICMP_UGE:
775 if (Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_UGE)
    [all...]
InstCombineSelect.cpp 41 case ICmpInst::ICMP_UGE: return SPF_UMAX;
57 case ICmpInst::ICMP_UGE: return SPF_UMIN;
    [all...]
InstCombineAndOrXor.cpp 783 if (LHSCC == ICmpInst::ICMP_UGE || LHSCC == ICmpInst::ICMP_ULE ||
784 RHSCC == ICmpInst::ICMP_UGE || RHSCC == ICmpInst::ICMP_ULE ||
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
ConstantFold.cpp     [all...]
AsmWriter.cpp 706 case ICmpInst::ICMP_UGE: pred = "uge"; break;
    [all...]
Constants.cpp     [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 675 ICMP_UGE = 35, ///< unsigned greater or equal
    [all...]
IRBuilder.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 194 case ICmpInst::ICMP_UGE: return ISD::SETUGE;
  /external/llvm/lib/Support/
ConstantRange.cpp 102 case CmpInst::ICMP_UGE: {
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 256 dbgs() << "Unhandled type for ICMP_UGE predicate: " << *Ty << "\n";
292 case ICmpInst::ICMP_UGE: R = executeICMP_UGE(Src1, Src2, Ty); break;
653 case ICmpInst::ICMP_UGE: return executeICMP_UGE(Src1, Src2, Ty);
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 883 case ICmpInst::ICMP_UGE: Out << "UGE"; 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 491 VISITCOMP(GE, ICMP_UGE, ICMP_SGE, FCMP_OGE)
    [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 1333 milliseconds