Home
last modified time | relevance | path

Searched refs:IndxTy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp6191 Type *IndxTy = GEP->getOperand(I)->getType(); in getGSVectorCost() local
6192 if (auto *IndexVTy = dyn_cast<VectorType>(IndxTy)) in getGSVectorCost()
6193 IndxTy = IndexVTy->getElementType(); in getGSVectorCost()
6194 if ((IndxTy->getPrimitiveSizeInBits() == 64 && in getGSVectorCost()