reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
356 for (unsigned Shift = 0; Shift < BitSize; Shift += 16) { 356 for (unsigned Shift = 0; Shift < BitSize; Shift += 16) { 357 uint64_t ShiftedMask = (0xFFFFULL << Shift); 370 const unsigned Imm16 = getChunk(UImm, Shift / 16); 372 AArch64_AM::getShifterImm(AArch64_AM::LSL, Shift) });