Home
last modified time | relevance | path

Searched refs:FAddFlags (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp991 llvm::FastMathFlags FAddFlags = II.getFastMathFlags(); in instCombineSVEVectorFMLA() local
994 if (FAddFlags != cast<CallInst>(FMul)->getFastMathFlags()) in instCombineSVEVectorFMLA()
996 if (!FAddFlags.allowContract()) in instCombineSVEVectorFMLA()
1003 FMLA->setFastMathFlags(FAddFlags); in instCombineSVEVectorFMLA()