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

References

unittests/IR/IRBuilderTest.cpp
  412   Builder.setFastMathFlags(FMF);
  438   FMF.setFast();
  439   Builder.setFastMathFlags(FMF);
  472   FMF.clear();
  473   FMF.setAllowReciprocal();
  474   Builder.setFastMathFlags(FMF);
  490   FMF.clear();
  491   FMF.setAllowReciprocal();
  492   Builder.setFastMathFlags(FMF);
  509   FMF.clear();
  510   FMF.setAllowContract(true);
  511   Builder.setFastMathFlags(FMF);
  520   FMF.setApproxFunc();
  522   Builder.setFastMathFlags(FMF);
  530   FMF.setAllowReassoc();
  532   Builder.setFastMathFlags(FMF);
  554   FMF.clear();
  555   FMF.setNoNaNs();
  556   Builder.setFastMathFlags(FMF);