Home | History | Annotate | Download | only in Analysis

Lines Matching refs:FC

232     if (const SCEVConstant *FC = dyn_cast<SCEVConstant>(Factor)) {
236 FC->getValue()->getValue()));
246 FC->getValue()->getValue())));
259 const SCEVConstant *FC = cast<SCEVConstant>(Factor);
261 if (!C->getValue()->getValue().srem(FC->getValue()->getValue())) {
265 FC->getValue()->getValue()));