Searched refs:IndexVTy (Results 1 – 3 of 3) sorted by relevance
1100 if (auto *IndexVTy = dyn_cast<VectorType>(Index->getType())) {1101 ElementCount EltCount = IndexVTy->getElementCount();
5722 if (auto *IndexVTy = dyn_cast<VectorType>(IndxTy)) in getGSVectorCost() local5723 IndxTy = IndexVTy->getElementType(); in getGSVectorCost()5738 auto *IndexVTy = FixedVectorType::get( in getGSVectorCost() local5740 std::pair<InstructionCost, MVT> IdxsLT = getTypeLegalizationCost(IndexVTy); in getGSVectorCost()
3815 if (auto *IndexVTy = dyn_cast<VectorType>(IndexTy)) { in visitGetElementPtrInst() local3816 ElementCount IndexWidth = IndexVTy->getElementCount(); in visitGetElementPtrInst()