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

  /external/llvm/include/llvm/IR/
Instruction.h 217 bool hasNoInfs() const;
Operator.h 276 bool hasNoInfs() const {
  /external/llvm/lib/IR/
Instruction.cpp 155 bool Instruction::hasNoInfs() const {
157 return cast<FPMathOperator>(this)->hasNoInfs();
AsmWriter.cpp 739 if (FPO->hasNoInfs())
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 560 if (I.hasNoNaNs() && I.hasNoInfs() && I.hasNoSignedZeros()) {
574 if (I.hasNoNaNs() && I.hasNoInfs() && I.hasNoSignedZeros()) {
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 686 if (FPMO->hasNoInfs())
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 562 if (FPMO->hasNoInfs())
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]

Completed in 576 milliseconds