Searched refs:IndexVTy (Results 1 – 3 of 3) sorted by relevance
4538 if (auto *IndexVTy = dyn_cast<VectorType>(IndxTy)) in getGSVectorCost() local4539 IndxTy = IndexVTy->getElementType(); in getGSVectorCost()4554 auto *IndexVTy = FixedVectorType::get( in getGSVectorCost() local4557 TLI->getTypeLegalizationCost(DL, IndexVTy); in getGSVectorCost()
1106 if (auto *IndexVTy = dyn_cast<VectorType>(Index->getType())) {1107 ElementCount EltCount = IndexVTy->getElementCount();
3617 if (auto *IndexVTy = dyn_cast<VectorType>(IndexTy)) { in visitGetElementPtrInst() local3618 ElementCount IndexWidth = IndexVTy->getElementCount(); in visitGetElementPtrInst()