Searched refs:GEPWidth (Results 1 – 2 of 2) sorted by relevance
4480 unsigned GEPWidth = in parseValID() local4492 if (GEPWidth && (ValNumEl != GEPWidth)) in parseValID()4498 GEPWidth = ValNumEl; in parseValID()8804 ElementCount GEPWidth = BaseType->isVectorTy() in parseGetElementPtr() local8820 if (GEPWidth != ElementCount::getFixed(0) && GEPWidth != ValNumEl) in parseGetElementPtr()8824 GEPWidth = ValNumEl; in parseGetElementPtr()
4243 ElementCount GEPWidth = GEPVTy->getElementCount(); in visitGetElementPtrInst() local4246 GEPWidth == in visitGetElementPtrInst()4253 Check(IndexWidth == GEPWidth, "Invalid GEP index vector width", &GEP); in visitGetElementPtrInst()