Searched refs:GEPWidth (Results 1 – 3 of 3) sorted by relevance
2897 unsigned GEPWidth = GEP.getType()->getVectorNumElements(); in visitGetElementPtrInst() local2899 Assert(GEPWidth == GEP.getPointerOperandType()->getVectorNumElements(), in visitGetElementPtrInst()2905 Assert(IndexWidth == GEPWidth, "Invalid GEP index vector width", &GEP); in visitGetElementPtrInst()
6246 unsigned GEPWidth = BaseType->isVectorTy() ? in ParseGetElementPtr() local6260 if (GEPWidth && GEPWidth != ValNumEl) in ParseGetElementPtr()6263 GEPWidth = ValNumEl; in ParseGetElementPtr()
3770 unsigned GEPWidth = GEP->getType()->getVectorNumElements(); in getUniformBase() local3771 EVT VT = EVT::getVectorVT(Context, Index.getValueType(), GEPWidth); in getUniformBase()3772 SmallVector<SDValue, 16> Ops(GEPWidth, Index); in getUniformBase()