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

  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 106 case CmpInst::FCMP_ULT:
IndVarSimplify.cpp 355 case CmpInst::FCMP_ULT: NewPred = CmpInst::ICMP_SLT; break;
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
AsmWriter.cpp     [all...]
Constants.cpp     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 177 case FCmpInst::FCMP_ULT: return ISD::SETULT;
  /external/llvm/unittests/IR/
ConstantsTest.cpp 251 CHECK(ConstantExpr::getFCmp(CmpInst::FCMP_ULT, P1, P5), "fcmp ult float "
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h     [all...]
PatternMatch.h     [all...]
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 56 return Ordered ? FCmpInst::FCMP_OLT : FCmpInst::FCMP_ULT;
    [all...]
InstCombineAndOrXor.cpp 55 case FCmpInst::FCMP_ULT: return 4; // 100
92 case 4: Pred = isordered ? FCmpInst::FCMP_OLT : FCmpInst::FCMP_ULT; break;
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 632 case FCmpInst::FCMP_ULT: R = executeFCMP_ULT(Src1, Src2, Ty); break;
666 case FCmpInst::FCMP_ULT: return executeFCMP_ULT(Src1, Src2, Ty);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 189 case CmpInst::FCMP_ULT: CC = X86::COND_B; break;
239 case CmpInst::FCMP_ULT: NeedSwap = true; // fall-through
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 219 case CmpInst::FCMP_ULT:
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 1236 milliseconds