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

/external/llvm/lib/IR/
H A DInstruction.cpp140 void Instruction::setHasNoInfs(bool B) { function in class:Instruction
142 cast<FPMathOperator>(this)->setHasNoInfs(B);
/external/llvm/include/llvm/IR/
H A DOperator.h228 setHasNoInfs(true);
238 void setHasNoInfs(bool B) { function in class:llvm::FPMathOperator

Completed in 96 milliseconds