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

  /external/llvm/lib/IR/
Instruction.cpp 181 bool Instruction::hasNoNaNs() const {
183 return cast<FPMathOperator>(this)->hasNoNaNs();
  /external/llvm/include/llvm/IR/
Operator.h 275 bool hasNoNaNs() const {
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 369 bool hasNoNaNs() const { return NoNaNs; }
    [all...]

Completed in 64 milliseconds