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

References

lib/Analysis/IVDescriptors.cpp
  305         FMF &= ReduxDesc.getPatternInst()->getFastMathFlags();
lib/IR/Instruction.cpp
  282       FM &= FP->getFastMathFlags();
lib/Transforms/InstCombine/InstCombineSelect.cpp
 1706           Flags &= SubOp->getFastMathFlags();
 1725         Flags &= SubOp->getFastMathFlags();
lib/Transforms/InstCombine/InstructionCombining.cpp
  447           Flags &= Op0->getFastMathFlags();
  448           Flags &= Op1->getFastMathFlags();