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 132 case ICmpInst::ICMP_UGE:
742 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 794 if (LHSCC == ICmpInst::ICMP_UGE || LHSCC == ICmpInst::ICMP_ULE ||
795 RHSCC == ICmpInst::ICMP_UGE || RHSCC == ICmpInst::ICMP_ULE ||
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 196 case ICmpInst::ICMP_UGE: return ISD::SETUGE;
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp     [all...]
ConstantFold.cpp     [all...]
AsmWriter.cpp 655 case ICmpInst::ICMP_UGE: pred = "uge"; break;
    [all...]
Constants.cpp     [all...]
  /external/llvm/include/llvm/
InstrTypes.h 671 ICMP_UGE = 35, ///< unsigned greater or equal
    [all...]
  /external/llvm/lib/Support/
ConstantRange.cpp 101 case CmpInst::ICMP_UGE: {
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 238 dbgs() << "Unhandled type for ICMP_UGE predicate: " << *Ty << "\n";
273 case ICmpInst::ICMP_UGE: R = executeICMP_UGE(Src1, Src2, Ty); break;
487 case ICmpInst::ICMP_UGE: return executeICMP_UGE(Src1, Src2, Ty);
    [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 786 return Pred == CmpInst::ICMP_UGT || Pred == CmpInst::ICMP_UGE;
IRBuilder.h     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 851 case ICmpInst::ICMP_UGE: Out << "UGE"; break;
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 962 case CmpInst::ICMP_UGE: SwapArgs = false; SetCCOpc = X86::SETAEr; break
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 479 VISITCOMP(GE, ICMP_UGE, ICMP_SGE, FCMP_OGE)
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 435 milliseconds