Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp5721 Type *IndxTy = GEP->getOperand(i)->getType(); in getGSVectorCost() local
5722 if (auto *IndexVTy = dyn_cast<VectorType>(IndxTy)) in getGSVectorCost()
5723 IndxTy = IndexVTy->getElementType(); in getGSVectorCost()
5724 if ((IndxTy->getPrimitiveSizeInBits() == 64 && in getGSVectorCost()