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

  /external/llvm/include/llvm/
InstrTypes.h 649 FCMP_FALSE = 0, ///< 0 0 0 0 Always false (always folded)
665 FIRST_FCMP_PREDICATE = FCMP_FALSE,
    [all...]
Instructions.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 154 case FCmpInst::FCMP_FALSE: return ISD::SETFALSE;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 88 // Not expecting FCMP_FALSE and FCMP_TRUE;
    [all...]
  /external/llvm/lib/VMCore/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
AsmWriter.cpp 632 case FCmpInst::FCMP_FALSE: pred = "false"; break;
    [all...]
Constants.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 453 case FCmpInst::FCMP_FALSE: R.IntVal = APInt(1,false); break;
505 case FCmpInst::FCMP_FALSE: {
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 858 case FCmpInst::FCMP_FALSE: Out << "FALSE"; break;
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 163 milliseconds