Searched refs:InnerFlags (Results 1 – 2 of 2) sorted by relevance
2951 FastMathFlags InnerFlags = cast<FPMathOperator>(Src)->getFastMathFlags(); in visitCallInst() local2953 if ((FMF.allowReassoc() && InnerFlags.allowReassoc()) || in visitCallInst()2959 II->setFastMathFlags(InnerFlags); // Or the inner flags. in visitCallInst()
3709 SCEV::NoWrapFlags InnerFlags = in getAddRecExpr() local3711 return getAddRecExpr(NestedOperands, NestedLoop, InnerFlags); in getAddRecExpr()