Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Index

426            "Unexpectedly large index value.");
427 int64_t Index = SimplifiedAddrOp->getSExtValue() / ElemSize;
428 if (Index >= CDS->getNumElements()) {
434 Constant *CV = CDS->getElementAsConstant(Index);