Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DOperator.h228 setHasNoNaNs(true); in setHasUnsafeAlgebra()
234 void setHasNoNaNs(bool B) { in setHasNoNaNs() function
DInstruction.h239 void setHasNoNaNs(bool B);
/external/llvm/lib/IR/
DInstruction.cpp99 void Instruction::setHasNoNaNs(bool B) { in setHasNoNaNs() function in Instruction
101 cast<FPMathOperator>(this)->setHasNoNaNs(B); in setHasNoNaNs()