Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp106 auto *OldFMOp = dyn_cast<FPMathOperator>(&VPI); in transferDecorations() local
107 if (!OldFMOp) in transferDecorations()
110 NewInst->setFastMathFlags(OldFMOp->getFastMathFlags()); in transferDecorations()