Home
last modified time | relevance | path

Searched refs:VecOpTy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1911 VectorType *VecOpTy = nullptr; in getTypeBasedIntrinsicInstrCost() local
1920 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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp862 auto *VecOpTy = cast<VectorType>(VecOp->getType()); in visitTrunc() local
863 auto VecElts = VecOpTy->getElementCount(); in visitTrunc()