Searched refs:GEPWidth (Results 1 – 2 of 2) sorted by relevance
3956 unsigned GEPWidth = in parseValID() local3968 if (GEPWidth && (ValNumEl != GEPWidth)) in parseValID()3974 GEPWidth = ValNumEl; in parseValID()7869 ElementCount GEPWidth = BaseType->isVectorTy() in parseGetElementPtr() local7885 if (GEPWidth != ElementCount::getFixed(0) && GEPWidth != ValNumEl) in parseGetElementPtr()7889 GEPWidth = ValNumEl; in parseGetElementPtr()
3807 ElementCount GEPWidth = GEPVTy->getElementCount(); in visitGetElementPtrInst() local3810 GEPWidth == in visitGetElementPtrInst()3817 Check(IndexWidth == GEPWidth, "Invalid GEP index vector width", &GEP); in visitGetElementPtrInst()