Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DOperator.h227 setHasNoNaNs(true); in setHasUnsafeAlgebra()
233 void setHasNoNaNs(bool B) { in setHasNoNaNs() function
DInstruction.h241 void setHasNoNaNs(bool B);
/external/llvm/lib/IR/
DInstruction.cpp110 void Instruction::setHasNoNaNs(bool B) { in setHasNoNaNs() function in Instruction
112 cast<FPMathOperator>(this)->setHasNoNaNs(B); in setHasNoNaNs()