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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1368 bool AlignedBy4 = (Align % 4 == 0); local
1370 *IsFast = AlignedBy4;
1372 return AlignedBy4;
1381 bool AlignedBy4 = Align >= 4; local
1383 *IsFast = AlignedBy4;
1385 return AlignedBy4;

Completed in 180 milliseconds