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

  /external/llvm/unittests/IR/
ConstantsTest.cpp 241 CHECK(ConstantExpr::getFCmp(CmpInst::FCMP_ULT, P1, P5), "fcmp ult float "
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
AsmWriter.cpp 695 case FCmpInst::FCMP_ULT: pred = "ult"; break;
    [all...]
Constants.cpp     [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 665 FCMP_ULT = 12, ///< 1 1 0 0 True if unordered or less than
    [all...]
IRBuilder.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 164 case FCmpInst::FCMP_ULT: return ISD::SETULT;
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 630 case FCmpInst::FCMP_ULT: R = executeFCMP_ULT(Src1, Src2, Ty); break;
664 case FCmpInst::FCMP_ULT: return executeFCMP_ULT(Src1, Src2, Ty);
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 934 return Pred == CmpInst::FCMP_ULT || Pred == CmpInst::FCMP_ULE;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 318 case CmpInst::FCMP_ULT: NewPred = CmpInst::ICMP_SLT; break;
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 81 case FCmpInst::FCMP_ULT: return 4; // 100
118 case 4: Pred = isordered ? FCmpInst::FCMP_OLT : FCmpInst::FCMP_ULT; break;
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 1034 milliseconds