reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1704 if (CallerAllocatedAmt && isInt<16>(CallerAllocatedAmt)) { 1704 if (CallerAllocatedAmt && isInt<16>(CallerAllocatedAmt)) { 1706 .addReg(SPReg).addImm(CallerAllocatedAmt); 1709 .addImm(CallerAllocatedAmt >> 16); 1712 .addImm(CallerAllocatedAmt & 0xFFFF);