Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1907 auto *MaskIntTy = Type::getIntNTy(Ty->getContext(), ShAmtDiff); in foldConcatOfBoolMasks() local
1917 OldCost += 2 * TTI.getCastInstrCost(Instruction::ZExt, Ty, MaskIntTy, in foldConcatOfBoolMasks()
1919 OldCost += 2 * TTI.getCastInstrCost(Instruction::BitCast, MaskIntTy, MaskTy, in foldConcatOfBoolMasks()