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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp3519 unsigned SrcStart = i * NarrowSize; local
3521 if (SrcStart + NarrowSize <= OpStart || SrcStart >= OpStart + OpSize) {
3524 } else if (SrcStart == OpStart && NarrowTy == MRI.getType(OpReg)) {
3534 if (OpStart < SrcStart) {
3536 SegSize = std::min(NarrowSize, OpStart + OpSize - SrcStart);
3538 ExtractOffset = OpStart - SrcStart;
3539 SegSize = std::min(SrcStart + NarrowSize - OpStart, OpSize);

Completed in 123 milliseconds