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

  /external/llvm/lib/IR/
Instruction.cpp 161 bool Instruction::hasNoSignedZeros() const {
163 return cast<FPMathOperator>(this)->hasNoSignedZeros();
  /external/llvm/include/llvm/IR/
Operator.h 282 bool hasNoSignedZeros() const {

Completed in 602 milliseconds