Home | History | Annotate | Download | only in Analysis

Lines Matching defs:CIndex

1170         Constant *CIndex = cast<Constant>(Index);
1171 if (CIndex->isZeroValue())
1174 if (CIndex->getType()->isVectorTy())
1175 Index = CIndex->getSplatValue();