Searched refs:VecOpTy (Results 1 – 2 of 2) sorted by relevance
2184 VectorType *VecOpTy = nullptr; in getTypeBasedIntrinsicInstrCost() local2193 VecOpTy = dyn_cast<VectorType>(Tys[VecTyIndex]); in getTypeBasedIntrinsicInstrCost()2417 getArithmeticReductionInstruction(IID), VecOpTy, std::nullopt, in getTypeBasedIntrinsicInstrCost()2422 getArithmeticReductionInstruction(IID), VecOpTy, FMF, CostKind); in getTypeBasedIntrinsicInstrCost()2432 VecOpTy, ICA.getFlags(), CostKind); in getTypeBasedIntrinsicInstrCost()
484 auto *VecOpTy = cast<VectorType>(VecOp->getType()); in foldVecExtTruncToExtElt() local485 auto VecElts = VecOpTy->getElementCount(); in foldVecExtTruncToExtElt()