reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4364 RHSC = RHSOp1.getCImm()->getSExtValue(); 4367 if ((RHSC & (Size - 1)) == 0 && RHSC >= 0 && RHSC < (0x1000 << Log2_32(Size))) 4367 if ((RHSC & (Size - 1)) == 0 && RHSC >= 0 && RHSC < (0x1000 << Log2_32(Size))) 4367 if ((RHSC & (Size - 1)) == 0 && RHSC >= 0 && RHSC < (0x1000 << Log2_32(Size))) 4369 if (RHSC >= -256 && RHSC < 256) { 4369 if (RHSC >= -256 && RHSC < 256) { 4373 [=](MachineInstrBuilder &MIB) { MIB.addImm(RHSC); },