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

  /external/llvm/include/llvm/IR/
Operator.h 233 setHasNoNaNs(true);
239 void setHasNoNaNs(bool B) {
Instruction.h 206 void setHasNoNaNs(bool B);
  /external/llvm/lib/IR/
Instruction.cpp 110 void Instruction::setHasNoNaNs(bool B) {
112 cast<FPMathOperator>(this)->setHasNoNaNs(B);

Completed in 307 milliseconds