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