Home
last modified time | relevance | path

Searched refs:setHasNoNaNs (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
DOperator.h229 setHasNoNaNs(true); in setHasUnsafeAlgebra()
235 void setHasNoNaNs(bool B) { in setHasNoNaNs() function
DInstruction.h188 void setHasNoNaNs(bool B);
/external/llvm/lib/IR/
DInstruction.cpp106 void Instruction::setHasNoNaNs(bool B) { in setHasNoNaNs() function in Instruction
108 cast<FPMathOperator>(this)->setHasNoNaNs(B); in setHasNoNaNs()