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

  /external/llvm/lib/IR/
Instruction.cpp 159 bool Instruction::hasNoInfs() const {
161 return cast<FPMathOperator>(this)->hasNoInfs();
AsmWriter.cpp 740 if (FPO->hasNoInfs())
    [all...]
  /external/llvm/include/llvm/IR/
Instruction.h 235 bool hasNoInfs() const;
Operator.h 280 bool hasNoInfs() const {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 600 if (I.hasNoNaNs() && I.hasNoInfs() && I.hasNoSignedZeros()) {
615 if (I.hasNoNaNs() && I.hasNoInfs() && I.hasNoSignedZeros()) {
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 732 if (FPMO->hasNoInfs())
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 557 if (FPMO->hasNoInfs())
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 812 (FMF.noInfs() || FSub->hasNoInfs()))
    [all...]

Completed in 5347 milliseconds