Searched refs:IndexVTy (Results 1 – 3 of 3) sorted by relevance
1083 if (auto *IndexVTy = dyn_cast<VectorType>(Index->getType())) {1084 ElementCount EltCount = IndexVTy->getElementCount();
6192 if (auto *IndexVTy = dyn_cast<VectorType>(IndxTy)) in getGSVectorCost() local6193 IndxTy = IndexVTy->getElementType(); in getGSVectorCost()6208 auto *IndexVTy = FixedVectorType::get( in getGSVectorCost() local6210 std::pair<InstructionCost, MVT> IdxsLT = getTypeLegalizationCost(IndexVTy); in getGSVectorCost()
4251 if (auto *IndexVTy = dyn_cast<VectorType>(IndexTy)) { in visitGetElementPtrInst() local4252 ElementCount IndexWidth = IndexVTy->getElementCount(); in visitGetElementPtrInst()