HomeSort by: relevance | last modified time | path
    Searched refs:InLastByte (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 1173 int64_t InLastByte = InFirstByte;
1174 InLastByte += MFI.getObjectSize(FI->getIndex()) - 1;
1176 if ((InFirstByte <= FirstByte && FirstByte <= InLastByte) ||
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 5447 int64_t InLastByte = InFirstByte;
5448 InLastByte += MFI.getObjectSize(FI->getIndex()) - 1;
5450 if ((InFirstByte <= FirstByte && FirstByte <= InLastByte) ||

Completed in 39 milliseconds