Searched defs:hasAllowReciprocal (Results 1 - 2 of 2) sorted by relevance
/external/llvm/lib/IR/ | ||
H A D | Instruction.cpp | 165 bool Instruction::hasAllowReciprocal() const { function in class:Instruction 167 return cast<FPMathOperator>(this)->hasAllowReciprocal(); |
/external/llvm/include/llvm/IR/ | ||
H A D | Operator.h | 294 bool hasAllowReciprocal() const { function in class:llvm::FPMathOperator |
Completed in 60 milliseconds