HomeSort by relevance Sort by last modified time
    Searched refs:FCMP_ULT (Results 1 - 19 of 19) 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 696 case FCmpInst::FCMP_ULT: pred = "ult"; break;
    [all...]
Constants.cpp     [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 670 FCMP_ULT = 12, ///< 1 1 0 0 True if unordered or less than
    [all...]
PatternMatch.h 1024 return Pred == CmpInst::FCMP_ULT || Pred == CmpInst::FCMP_ULE;
    [all...]
IRBuilder.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 165 case FCmpInst::FCMP_ULT: return ISD::SETULT;
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 908 case FCmpInst::FCMP_ULT: Out << "ULT"; break
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 187 case CmpInst::FCMP_ULT: Predicate = CmpInst::FCMP_UNO; break;
220 case CmpInst::FCMP_ULT: CC = X86::COND_B; break;
270 case CmpInst::FCMP_ULT: NeedSwap = true; // fall-through
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 322 case CmpInst::FCMP_ULT: NewPred = CmpInst::ICMP_SLT; break;
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 631 case FCmpInst::FCMP_ULT: R = executeFCMP_ULT(Src1, Src2, Ty); break;
665 case FCmpInst::FCMP_ULT: return executeFCMP_ULT(Src1, Src2, Ty);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 73 case FCmpInst::FCMP_ULT: return 4; // 100
110 case 4: Pred = isordered ? FCmpInst::FCMP_OLT : FCmpInst::FCMP_ULT; break;
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 745 case CmpInst::FCMP_ULT:
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 209 case CmpInst::FCMP_ULT:
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 364 milliseconds