Home | History | Annotate | Download | only in Analysis

Lines Matching defs:CIndex

1298         Constant *CIndex = cast<Constant>(Index);
1299 if (CIndex->isZeroValue())
1302 if (CIndex->getType()->isVectorTy())
1303 Index = CIndex->getSplatValue();