Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp4322 if (auto *IndexVTy = dyn_cast<VectorType>(IndxTy)) in getGSVectorCost() local
4323 IndxTy = IndexVTy->getElementType(); in getGSVectorCost()
4338 auto *IndexVTy = FixedVectorType::get( in getGSVectorCost() local
4341 TLI->getTypeLegalizationCost(DL, IndexVTy); in getGSVectorCost()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h1095 if (auto *IndexVTy = dyn_cast<VectorType>(Index->getType())) {
1096 ElementCount EltCount = IndexVTy->getElementCount();
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp3651 if (auto *IndexVTy = dyn_cast<VectorType>(IndexTy)) { in visitGetElementPtrInst() local
3652 ElementCount IndexWidth = IndexVTy->getElementCount(); in visitGetElementPtrInst()