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

  /external/llvm/include/llvm/IR/
InstrTypes.h 653 FCMP_FALSE = 0, ///< 0 0 0 0 Always false (always folded)
669 FIRST_FCMP_PREDICATE = FCMP_FALSE,
    [all...]
Instructions.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 152 case FCmpInst::FCMP_FALSE: return ISD::SETFALSE;
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
AsmWriter.cpp 683 case FCmpInst::FCMP_FALSE: pred = "false"; break;
    [all...]
Constants.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 88 // Not expecting FCMP_FALSE and FCMP_TRUE;
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 620 case FCmpInst::FCMP_FALSE: R = executeFCMP_BOOL(Src1, Src2, Ty, false);
671 case FCmpInst::FCMP_FALSE: return executeFCMP_BOOL(Src1, Src2, Ty, false);
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 890 case FCmpInst::FCMP_FALSE: Out << "FALSE"; break;
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 140 milliseconds