Searched defs:setHasNoNaNs (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/IR/
H A DInstruction.cpp133 void Instruction::setHasNoNaNs(bool B) { function in class:Instruction
135 cast<FPMathOperator>(this)->setHasNoNaNs(B);
/external/llvm/include/llvm/IR/
H A DOperator.h227 setHasNoNaNs(true);
233 void setHasNoNaNs(bool B) { function in class:llvm::FPMathOperator

Completed in 147 milliseconds