Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1905 auto *ConcatIntTy = in foldConcatOfBoolMasks() local
1925 NewCost += TTI.getCastInstrCost(Instruction::BitCast, ConcatIntTy, ConcatTy, in foldConcatOfBoolMasks()
1927 if (Ty != ConcatIntTy) in foldConcatOfBoolMasks()
1928 NewCost += TTI.getCastInstrCost(Instruction::ZExt, Ty, ConcatIntTy, in foldConcatOfBoolMasks()
1945 Value *Result = Builder.CreateBitCast(Concat, ConcatIntTy); in foldConcatOfBoolMasks()
1947 if (Ty != ConcatIntTy) { in foldConcatOfBoolMasks()