Searched refs:IndxTy (Results 1 – 1 of 1) sorted by relevance
5721 Type *IndxTy = GEP->getOperand(i)->getType(); in getGSVectorCost() local5722 if (auto *IndexVTy = dyn_cast<VectorType>(IndxTy)) in getGSVectorCost()5723 IndxTy = IndexVTy->getElementType(); in getGSVectorCost()5724 if ((IndxTy->getPrimitiveSizeInBits() == 64 && in getGSVectorCost()