Home | History | Annotate | Download | only in Analysis

Lines Matching refs:VC

3449   if (const SCEVConstant *VC = dyn_cast<SCEVConstant>(V))
3451 cast<ConstantInt>(ConstantExpr::getNeg(VC->getValue())));
3461 if (const SCEVConstant *VC = dyn_cast<SCEVConstant>(V))
3463 cast<ConstantInt>(ConstantExpr::getNot(VC->getValue())));