Searched refs:ConcatIntTy (Results 1 – 1 of 1) sorted by relevance
1905 auto *ConcatIntTy = in foldConcatOfBoolMasks() local1925 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()