Searched refs:CastPtrTy (Results 1 – 1 of 1) sorted by relevance
1955 const LLT CastPtrTy = PtrTy.isVector() ? LLT::vector(2, 64) : LLT::scalar(64); in convertPtrAddToAdd() local1956 auto PtrToInt = MIB.buildPtrToInt(CastPtrTy, AddOp1Reg); in convertPtrAddToAdd()1966 MRI.setType(DstReg, CastPtrTy); in convertPtrAddToAdd()