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

  /external/llvm/lib/IR/
Instruction.cpp 153 bool Instruction::hasNoNaNs() const {
155 return cast<FPMathOperator>(this)->hasNoNaNs();
  /external/llvm/include/llvm/IR/
Operator.h 274 bool hasNoNaNs() const {

Completed in 147 milliseconds