Searched refs:VecOpTy (Results 1 – 2 of 2) sorted by relevance
1911 VectorType *VecOpTy = nullptr; in getTypeBasedIntrinsicInstrCost() local1920 VecOpTy = dyn_cast<VectorType>(Tys[VecTyIndex]); in getTypeBasedIntrinsicInstrCost()2103 getArithmeticReductionInstruction(IID), VecOpTy, std::nullopt, in getTypeBasedIntrinsicInstrCost()2108 getArithmeticReductionInstruction(IID), VecOpTy, FMF, CostKind); in getTypeBasedIntrinsicInstrCost()2118 VecOpTy, ICA.getFlags(), CostKind); in getTypeBasedIntrinsicInstrCost()
862 auto *VecOpTy = cast<VectorType>(VecOp->getType()); in visitTrunc() local863 auto VecElts = VecOpTy->getElementCount(); in visitTrunc()