Searched refs:InterTy (Results 1 – 2 of 2) sorted by relevance
1049 LLT InterTy = VecTy.changeElementType(InterEltTy); in legalizeSplatVector() local1053 auto LHS = MIB.buildSplatVector(InterTy, And); in legalizeSplatVector()1055 MIB.buildSplatVector(InterTy, MIB.buildConstant(InterEltTy, 0)); in legalizeSplatVector()
7464 LLT InterTy; in lowerTRUNC() local7466 InterTy = SplitSrcTy.changeElementSize(DstTy.getScalarSizeInBits() * 2); in lowerTRUNC()7468 InterTy = SplitSrcTy.changeElementSize(DstTy.getScalarSizeInBits()); in lowerTRUNC()7470 Src = MIRBuilder.buildTrunc(InterTy, Src).getReg(0); in lowerTRUNC()7474 DstTy.changeElementSize(InterTy.getScalarSizeInBits()), SplitSrcs); in lowerTRUNC()