Searched refs:InLastByte (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1582 int64_t InLastByte = InFirstByte; local
1583 InLastByte += MFI->getObjectSize(FI->getIndex()) - 1;
1585 if ((InFirstByte <= FirstByte && FirstByte <= InLastByte) ||

Completed in 101 milliseconds