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

/external/llvm/lib/IR/
H A DInstruction.cpp176 bool Instruction::hasAllowReciprocal() const { function in class:Instruction
178 return cast<FPMathOperator>(this)->hasAllowReciprocal();
/external/llvm/include/llvm/IR/
H A DOperator.h293 bool hasAllowReciprocal() const { function in class:llvm::FPMathOperator
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h363 bool hasAllowReciprocal() const { return AllowReciprocal; } function in struct:llvm::SDNodeFlags

Completed in 467 milliseconds