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 229 setHasNoNaNs(true);
235 void setHasNoNaNs(bool B) {
Instruction.h 188 void setHasNoNaNs(bool B);
  /external/llvm/lib/IR/
Instruction.cpp 106 void Instruction::setHasNoNaNs(bool B) {
108 cast<FPMathOperator>(this)->setHasNoNaNs(B);

Completed in 122 milliseconds