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

  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
AsmWriter.cpp 713 case FCmpInst::FCMP_OLT: pred = "olt"; break;
    [all...]
Constants.cpp     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 156 case FCmpInst::FCMP_OLT: return ISD::SETOLT;
  /external/llvm/include/llvm/IR/
InstrTypes.h 651 FCMP_OLT = 4, ///< 0 1 0 0 True if ordered and less than
    [all...]
IRBuilder.h     [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     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 970 case CmpInst::FCMP_OLT: SwapArgs = true; SetCCOpc = X86::SETAr; break;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 317 case CmpInst::FCMP_OLT:
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 80 case FCmpInst::FCMP_OLT: isOrdered = true; return 4; // 100
118 case 4: Pred = isordered ? FCmpInst::FCMP_OLT : FCmpInst::FCMP_ULT; break;
    [all...]
InstCombineCompares.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 484 VISITCOMP(LT, ICMP_ULT, ICMP_SLT, FCMP_OLT)
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 881 milliseconds