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

  /external/llvm/lib/CodeGen/
Analysis.cpp 158 case FCmpInst::FCMP_OLT: FOC = ISD::SETLT; FPC = ISD::SETOLT; break;
  /external/llvm/lib/VMCore/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
AsmWriter.cpp 635 case FCmpInst::FCMP_OLT: pred = "olt"; break;
    [all...]
Constants.cpp     [all...]
  /external/llvm/include/llvm/
InstrTypes.h 652 FCMP_OLT = 4, ///< 0 1 0 0 True if ordered and less than
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 462 case FCmpInst::FCMP_OLT: R = executeFCMP_OLT(Src1, Src2, Ty); break;
497 case FCmpInst::FCMP_OLT: return executeFCMP_OLT(Src1, Src2, Ty);
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 840 case FCmpInst::FCMP_OLT: Out << "OLT"; break;
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 903 case CmpInst::FCMP_OLT: SwapArgs = true; SetCCOpc = X86::SETAr; break;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 123 case FCmpInst::FCMP_OLT: isOrdered = true; return 4; // 100
173 case 4: Pred = isordered ? FCmpInst::FCMP_OLT : FCmpInst::FCMP_ULT; break;
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/include/llvm/Support/
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 352 case CmpInst::FCMP_OLT:
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Target/CBackend/
CBackend.cpp 894 case FCmpInst::FCMP_OLT: op = "olt"; break;
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 487 VISITCOMP(LT, ICMP_ULT, ICMP_SLT, FCMP_OLT)
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 552 milliseconds