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

  /external/llvm/lib/CodeGen/
Analysis.cpp 157 case FCmpInst::FCMP_OLE: return ISD::SETOLE;
  /external/llvm/include/llvm/IR/
InstrTypes.h 652 FCMP_OLE = 5, ///< 0 1 0 1 True if ordered and less than or equal
    [all...]
IRBuilder.h     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
AsmWriter.cpp 714 case FCmpInst::FCMP_OLE: pred = "ole"; break;
    [all...]
Constants.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 466 case FCmpInst::FCMP_OLE: R = executeFCMP_OLE(Src1, Src2, Ty); break;
501 case FCmpInst::FCMP_OLE: return executeFCMP_OLE(Src1, Src2, Ty);
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 971 case CmpInst::FCMP_OLE: SwapArgs = true; SetCCOpc = X86::SETAEr; break
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
InstCombineAndOrXor.cpp 84 case FCmpInst::FCMP_OLE: isOrdered = true; return 6; // 110
120 case 6: Pred = isordered ? FCmpInst::FCMP_OLE : FCmpInst::FCMP_ULE; break;
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 319 case CmpInst::FCMP_OLE:
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 486 VISITCOMP(LE, ICMP_ULE, ICMP_SLE, FCMP_OLE)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 88 milliseconds