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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp3877 if (auto *IndexVTy = dyn_cast<VectorType>(IndxTy))
3878 IndxTy = IndexVTy->getElementType();
3893 auto *IndexVTy = FixedVectorType::get( local
3895 std::pair<int, MVT> IdxsLT = TLI->getTypeLegalizationCost(DL, IndexVTy);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h1082 if (auto *IndexVTy = dyn_cast<VectorType>(Index->getType())) {
1083 ElementCount EltCount = IndexVTy->getElementCount();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp3445 if (auto *IndexVTy = dyn_cast<VectorType>(IndexTy)) {
3446 ElementCount IndexWidth = IndexVTy->getElementCount();

Completed in 199 milliseconds