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

  /external/llvm/lib/IR/
Instruction.cpp 170 bool Instruction::hasNoSignedZeros() const {
172 return cast<FPMathOperator>(this)->hasNoSignedZeros();
  /external/llvm/include/llvm/IR/
Operator.h 287 bool hasNoSignedZeros() const {
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 362 bool hasNoSignedZeros() const { return NoSignedZeros; }
    [all...]

Completed in 729 milliseconds