Searched refs:GEPWidth (Results 1 – 3 of 3) sorted by relevance
2670 unsigned GEPWidth = GEP.getType()->getVectorNumElements(); in visitGetElementPtrInst() local2672 Assert(GEPWidth == GEP.getPointerOperandType()->getVectorNumElements(), in visitGetElementPtrInst()2678 Assert(IndexWidth == GEPWidth, "Invalid GEP index vector width", &GEP); in visitGetElementPtrInst()
6023 unsigned GEPWidth = BaseType->isVectorTy() ? in ParseGetElementPtr() local6037 if (GEPWidth && GEPWidth != ValNumEl) in ParseGetElementPtr()6040 GEPWidth = ValNumEl; in ParseGetElementPtr()
3347 unsigned GEPWidth = GEP->getType()->getVectorNumElements(); in getUniformBase() local3348 EVT VT = EVT::getVectorVT(Context, Index.getValueType(), GEPWidth); in getUniformBase()3349 SmallVector<SDValue, 16> Ops(GEPWidth, Index); in getUniformBase()