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

References

include/llvm/CodeGen/SelectionDAGNodes.h
  393     setAllowContract(FPMO.hasAllowContract());
lib/Bitcode/Writer/BitcodeWriter.cpp
 1411     if (FPMO->hasAllowContract())
lib/IR/AsmWriter.cpp
 1266       if (FPO->hasAllowContract())
lib/IR/Instruction.cpp
  226   return cast<FPMathOperator>(this)->hasAllowContract();