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

/external/llvm/lib/IR/
H A DInstruction.cpp171 bool Instruction::hasAllowReciprocal() const { function in class:Instruction
173 return cast<FPMathOperator>(this)->hasAllowReciprocal();
/external/llvm/include/llvm/IR/
H A DOperator.h292 bool hasAllowReciprocal() const { function in class:llvm::FPMathOperator

Completed in 79 milliseconds