Home | History | Annotate | Download | only in IR

Lines Matching full:cidx

790   if (ConstantInt *CIdx = dyn_cast<ConstantInt>(Idx)) {
792 if (CIdx->uge(Val->getType()->getVectorNumElements()))
794 CIdx->getZExtValue());
805 ConstantInt *CIdx = dyn_cast<ConstantInt>(Idx);
806 if (!CIdx) return nullptr;
809 if (CIdx->uge(NumElts))
815 uint64_t IdxVal = CIdx->getZExtValue();