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

  /external/llvm/lib/CodeGen/
Analysis.cpp 161 case FCmpInst::FCMP_UEQ: return ISD::SETUEQ;
  /external/llvm/include/llvm/IR/
InstrTypes.h 656 FCMP_UEQ = 9, ///< 1 0 0 1 True if unordered or equal
    [all...]
IRBuilder.h     [all...]
Instructions.h     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
AsmWriter.cpp 718 case FCmpInst::FCMP_UEQ: pred = "ueq"; break;
    [all...]
Constants.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 457 case FCmpInst::FCMP_UEQ: R = executeFCMP_UEQ(Src1, Src2, Ty); break;
494 case FCmpInst::FCMP_UEQ: return executeFCMP_UEQ(Src1, Src2, Ty);
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 895 case FCmpInst::FCMP_UEQ: Out << "UEQ"; break;
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 310 case CmpInst::FCMP_UEQ: NewPred = CmpInst::ICMP_EQ; break;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 77 case FCmpInst::FCMP_UEQ: return 2; // 010
116 case 2: Pred = isordered ? FCmpInst::FCMP_OEQ : FCmpInst::FCMP_UEQ; break;
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 45 milliseconds