Searched refs:IndxTy (Results 1 – 1 of 1) sorted by relevance
6191 Type *IndxTy = GEP->getOperand(I)->getType(); in getGSVectorCost() local6192 if (auto *IndexVTy = dyn_cast<VectorType>(IndxTy)) in getGSVectorCost()6193 IndxTy = IndexVTy->getElementType(); in getGSVectorCost()6194 if ((IndxTy->getPrimitiveSizeInBits() == 64 && in getGSVectorCost()