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

  /external/llvm/include/llvm/IR/
Instruction.h 220 bool hasNoSignedZeros() const;
Operator.h 282 bool hasNoSignedZeros() const {
  /external/llvm/lib/IR/
Instruction.cpp 161 bool Instruction::hasNoSignedZeros() const {
163 return cast<FPMathOperator>(this)->hasNoSignedZeros();
AsmWriter.cpp 767 if (FPO->hasNoSignedZeros())
    [all...]
Instructions.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 475 bool IgnoreZeroSign = I.hasNoSignedZeros();
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 605 if (FPMO->hasNoSignedZeros())
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 564 if (FPMO->hasNoSignedZeros())
    [all...]

Completed in 40 milliseconds