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

  /external/llvm/lib/CodeGen/
Analysis.cpp 167 case FCmpInst::FCMP_ULE: return ISD::SETULE;
  /external/llvm/include/llvm/
InstrTypes.h 662 FCMP_ULE = 13, ///< 1 1 0 1 True if unordered, less than, or equal
    [all...]
  /external/llvm/lib/VMCore/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
AsmWriter.cpp 645 case FCmpInst::FCMP_ULE: pred = "ule"; break;
    [all...]
Constants.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 465 case FCmpInst::FCMP_ULE: R = executeFCMP_ULE(Src1, Src2, Ty); break;
502 case FCmpInst::FCMP_ULE: return executeFCMP_ULE(Src1, Src2, Ty);
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 870 case FCmpInst::FCMP_ULE: Out << "ULE"; break;
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 957 case CmpInst::FCMP_ULE: SwapArgs = false; SetCCOpc = X86::SETBEr; break;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 85 case FCmpInst::FCMP_ULE: return 6; // 110
120 case 6: Pred = isordered ? FCmpInst::FCMP_OLE : FCmpInst::FCMP_ULE; break;
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 320 case CmpInst::FCMP_ULE: NewPred = CmpInst::ICMP_SLE; break;
    [all...]
  /external/llvm/include/llvm/Support/
IRBuilder.h     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]

Completed in 519 milliseconds