Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp12655 FastMathFlags RdxFMF; in tryToReduce() local
12656 RdxFMF.set(); in tryToReduce()
12659 RdxFMF &= FPMO->getFastMathFlags(); in tryToReduce()
12663 getReductionCost(TTI, VL, ReduxWidth, RdxFMF); in tryToReduce()
12709 Builder.setFastMathFlags(RdxFMF); in tryToReduce()