Searched refs:GEPWidth (Results 1 – 2 of 2) sorted by relevance
4379 unsigned GEPWidth = in parseValID() local4391 if (GEPWidth && (ValNumEl != GEPWidth)) in parseValID()4397 GEPWidth = ValNumEl; in parseValID()8479 ElementCount GEPWidth = BaseType->isVectorTy() in parseGetElementPtr() local8495 if (GEPWidth != ElementCount::getFixed(0) && GEPWidth != ValNumEl) in parseGetElementPtr()8499 GEPWidth = ValNumEl; in parseGetElementPtr()
4099 ElementCount GEPWidth = GEPVTy->getElementCount(); in visitGetElementPtrInst() local4102 GEPWidth == in visitGetElementPtrInst()4109 Check(IndexWidth == GEPWidth, "Invalid GEP index vector width", &GEP); in visitGetElementPtrInst()