Lines Matching refs:changeElementSize
6072 CmpInst::ICMP_EQ, SrcTy.changeElementSize(1), SrcReg, ZeroSrc); in lowerBitCount()
6120 CmpInst::ICMP_EQ, DstTy.changeElementSize(1), SrcReg, Zero); in lowerBitCount()
6351 LLT MidTy = SrcTy.changeElementSize(SrcTyScalarSize * 2); in lowerEXT()
6410 InterTy = SplitSrcTy.changeElementSize(DstTy.getScalarSizeInBits() * 2); in lowerTRUNC()
6412 InterTy = SplitSrcTy.changeElementSize(DstTy.getScalarSizeInBits()); in lowerTRUNC()
6419 DstTy.changeElementSize(InterTy.getScalarSizeInBits()), SplitSrcs); in lowerTRUNC()
6902 LLT CmpType = MRI.getType(Dst).changeElementSize(1); in lowerMinMax()
6996 const LLT CondTy = Ty.changeElementSize(1); in lowerIntrinsicRound()
7029 const LLT CondTy = Ty.changeElementSize(1); in lowerFFloor()
7564 LLT BoolTy = Ty.changeElementSize(1); in lowerAddSubSatToAddoSubo()
7634 LLT BoolTy = Ty.changeElementSize(1); in lowerShlSat()
7765 LLT WideTy = OrigTy.changeElementSize(SizeInBits * 2); in lowerSMULH_UMULH()