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

  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 109 case CmpInst::FCMP_ULE:
IndVarSimplify.cpp 357 case CmpInst::FCMP_ULE: NewPred = CmpInst::ICMP_SLE; break;
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 178 case FCmpInst::FCMP_ULE: return ISD::SETULE;
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
AsmWriter.cpp     [all...]
Constants.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h     [all...]
PatternMatch.h     [all...]
IRBuilder.h     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 636 case FCmpInst::FCMP_ULE: R = executeFCMP_ULE(Src1, Src2, Ty); break;
670 case FCmpInst::FCMP_ULE: return executeFCMP_ULE(Src1, Src2, Ty);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 191 case CmpInst::FCMP_ULE: CC = X86::COND_BE; break;
237 case CmpInst::FCMP_ULE: NeedSwap = true; // fall-through
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 59 case FCmpInst::FCMP_ULE: return 6; // 110
94 case 6: Pred = isordered ? FCmpInst::FCMP_OLE : FCmpInst::FCMP_ULE; break;
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 220 case CmpInst::FCMP_ULE:
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 317 milliseconds