Home | History | Annotate | Download | only in Analysis

Lines Matching refs:VC

2732   if (const SCEVConstant *VC = dyn_cast<SCEVConstant>(V))
2734 cast<ConstantInt>(ConstantExpr::getNeg(VC->getValue())));
2744 if (const SCEVConstant *VC = dyn_cast<SCEVConstant>(V))
2746 cast<ConstantInt>(ConstantExpr::getNot(VC->getValue())));