Home | History | Annotate | Download | only in Analysis

Lines Matching refs:FC

206     if (const SCEVConstant *FC = dyn_cast<SCEVConstant>(Factor)) {
210 FC->getValue()->getValue()));
220 FC->getValue()->getValue())));
233 const SCEVConstant *FC = cast<SCEVConstant>(Factor);
235 if (!C->getValue()->getValue().srem(FC->getValue()->getValue())) {
239 FC->getValue()->getValue()));