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

  /external/llvm/lib/IR/
Instruction.cpp 165 bool Instruction::hasNoSignedZeros() const {
167 return cast<FPMathOperator>(this)->hasNoSignedZeros();
AsmWriter.cpp 742 if (FPO->hasNoSignedZeros())
    [all...]
Instructions.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instruction.h 238 bool hasNoSignedZeros() const;
Operator.h 286 bool hasNoSignedZeros() const {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 545 bool IgnoreZeroSign = I.hasNoSignedZeros();
600 if (I.hasNoNaNs() && I.hasNoInfs() && I.hasNoSignedZeros()) {
615 if (I.hasNoNaNs() && I.hasNoInfs() && I.hasNoSignedZeros()) {
    [all...]
InstCombineAddSub.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 734 if (FPMO->hasNoSignedZeros())
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 559 if (FPMO->hasNoSignedZeros())
    [all...]

Completed in 888 milliseconds