Searched refs:CopyTy (Results 1 – 1 of 1) sorted by relevance
9946 for (auto CopyTy : MemOps) { in lowerMemcpy() local9949 if (CopyTy.getSizeInBytes() > Size) in lowerMemcpy()9950 CurrOffset -= CopyTy.getSizeInBytes() - Size; in lowerMemcpy()9954 MF.getMachineMemOperand(&SrcMMO, CurrOffset, CopyTy.getSizeInBytes()); in lowerMemcpy()9956 MF.getMachineMemOperand(&DstMMO, CurrOffset, CopyTy.getSizeInBytes()); in lowerMemcpy()9967 auto LdVal = MIB.buildLoad(CopyTy, LoadPtr, *LoadMMO); in lowerMemcpy()9976 CurrOffset += CopyTy.getSizeInBytes(); in lowerMemcpy()9977 Size -= CopyTy.getSizeInBytes(); in lowerMemcpy()10052 for (auto CopyTy : MemOps) { in lowerMemmove() local10055 MF.getMachineMemOperand(&SrcMMO, CurrOffset, CopyTy.getSizeInBytes()); in lowerMemmove()[all …]