HomeSort by relevance Sort by last modified time
    Searched refs:hasNoSignedZeros (Results 1 - 10 of 10) 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 741 if (FPO->hasNoSignedZeros())
    [all...]
Instructions.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 507 bool IgnoreZeroSign = I.hasNoSignedZeros();
560 if (I.hasNoNaNs() && I.hasNoInfs() && I.hasNoSignedZeros()) {
574 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 688 if (FPMO->hasNoSignedZeros())
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 564 if (FPMO->hasNoSignedZeros())
    [all...]

Completed in 558 milliseconds