HomeSort by: relevance | last modified time | path
    Searched defs:hasAllowReciprocal (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Operator.h 351 bool hasAllowReciprocal() const {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instruction.cpp 244 bool Instruction::hasAllowReciprocal() const {
246 return cast<FPMathOperator>(this)->hasAllowReciprocal();
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 404 setAllowReciprocal(FPMO.hasAllowReciprocal());
430 bool hasAllowReciprocal() const { return AllowReciprocal; }

Completed in 24 milliseconds