Home | History | Annotate | Download | only in AMDGPU

Lines Matching refs:InFirstByte

1060           int64_t InFirstByte = MFI.getObjectOffset(FI->getIndex());
1061 int64_t InLastByte = InFirstByte;
1064 if ((InFirstByte <= FirstByte && FirstByte <= InLastByte) ||
1065 (FirstByte <= InFirstByte && InFirstByte <= LastByte))