Searched refs:FAddFlags (Results 1 – 1 of 1) sorted by relevance
991 llvm::FastMathFlags FAddFlags = II.getFastMathFlags(); in instCombineSVEVectorFMLA() local994 if (FAddFlags != cast<CallInst>(FMul)->getFastMathFlags()) in instCombineSVEVectorFMLA()996 if (!FAddFlags.allowContract()) in instCombineSVEVectorFMLA()1003 FMLA->setFastMathFlags(FAddFlags); in instCombineSVEVectorFMLA()