reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/CodeGen/SelectionDAGNodes.h
  392     setAllowReciprocal(FPMO.hasAllowReciprocal());
lib/Bitcode/Writer/BitcodeWriter.cpp
 1409     if (FPMO->hasAllowReciprocal())
lib/IR/AsmWriter.cpp
 1264       if (FPO->hasAllowReciprocal())
lib/IR/Instruction.cpp
  221   return cast<FPMathOperator>(this)->hasAllowReciprocal();