Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp4538 if (auto *IndexVTy = dyn_cast<VectorType>(IndxTy)) in getGSVectorCost() local
4539 IndxTy = IndexVTy->getElementType(); in getGSVectorCost()
4554 auto *IndexVTy = FixedVectorType::get( in getGSVectorCost() local
4557 TLI->getTypeLegalizationCost(DL, IndexVTy); in getGSVectorCost()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DInstructions.h1106 if (auto *IndexVTy = dyn_cast<VectorType>(Index->getType())) {
1107 ElementCount EltCount = IndexVTy->getElementCount();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DVerifier.cpp3617 if (auto *IndexVTy = dyn_cast<VectorType>(IndexTy)) { in visitGetElementPtrInst() local
3618 ElementCount IndexWidth = IndexVTy->getElementCount(); in visitGetElementPtrInst()