Searched defs:hasNoSignedZeros (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/IR/
H A DInstruction.cpp165 bool Instruction::hasNoSignedZeros() const { function in class:Instruction
167 return cast<FPMathOperator>(this)->hasNoSignedZeros();
/external/llvm/include/llvm/IR/
H A DOperator.h286 bool hasNoSignedZeros() const { function in class:llvm::FPMathOperator

Completed in 89 milliseconds