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

/external/llvm/lib/IR/
H A DInstruction.cpp117 void Instruction::setHasNoInfs(bool B) { function in class:Instruction
119 cast<FPMathOperator>(this)->setHasNoInfs(B);
/external/llvm/include/llvm/IR/
H A DOperator.h234 setHasNoInfs(true);
244 void setHasNoInfs(bool B) { function in class:llvm::FPMathOperator

Completed in 94 milliseconds