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

Declarations

include/llvm/IR/Instruction.h
  401   void copyFastMathFlags(FastMathFlags FMF);

References

lib/IR/Instruction.cpp
  240   copyFastMathFlags(I->getFastMathFlags());
  260       copyFastMathFlags(FP->getFastMathFlags());
  283       copyFastMathFlags(FM);
lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
  692   FQ->copyFastMathFlags(Builder.getFastMathFlags());