Searched refs:setHasAllowReciprocal (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
H A DOperator.h232 setHasAllowReciprocal(true);
250 void setHasAllowReciprocal(bool B) { function in class:llvm::FPMathOperator
H A DInstruction.h203 void setHasAllowReciprocal(bool B);
/external/llvm/lib/IR/
H A DInstruction.cpp129 void Instruction::setHasAllowReciprocal(bool B) { function in class:Instruction
131 cast<FPMathOperator>(this)->setHasAllowReciprocal(B);

Completed in 1793 milliseconds