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