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

References

include/llvm/CodeGen/SelectionDAGNodes.h
  395     setAllowReassociation(FPMO.hasAllowReassoc());
lib/Bitcode/Writer/BitcodeWriter.cpp
 1401     if (FPMO->hasAllowReassoc())
lib/IR/AsmWriter.cpp
 1256       if (FPO->hasAllowReassoc())
lib/IR/Instruction.cpp
  201   return cast<FPMathOperator>(this)->hasAllowReassoc();
  637     return cast<FPMathOperator>(this)->hasAllowReassoc() &&