Home | History | Annotate | Download | only in AArch64

Lines Matching refs:InFirstByte

2888           int64_t InFirstByte = MFI->getObjectOffset(FI->getIndex());
2889 int64_t InLastByte = InFirstByte;
2892 if ((InFirstByte <= FirstByte && FirstByte <= InLastByte) ||
2893 (FirstByte <= InFirstByte && InFirstByte <= LastByte))