reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
305 FMF &= ReduxDesc.getPatternInst()->getFastMathFlags();
lib/IR/Instruction.cpp 282 FM &= FP->getFastMathFlags();
lib/Transforms/InstCombine/InstCombineSelect.cpp1706 Flags &= SubOp->getFastMathFlags(); 1725 Flags &= SubOp->getFastMathFlags();lib/Transforms/InstCombine/InstructionCombining.cpp
447 Flags &= Op0->getFastMathFlags(); 448 Flags &= Op1->getFastMathFlags();