reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
12535 int OpIdx = BitOffset / OpBitWidth; 12537 BitOffset %= OpBitWidth; 12551 if (BeginOffset <= BitOffset && BitOffset < EndOffset) { 12551 if (BeginOffset <= BitOffset && BitOffset < EndOffset) { 12552 BitOffset -= BeginOffset; 12562 assert((BitOffset % NumEltBits) == 0 && "Illegal bit-offset"); 12563 BroadcastIdx = BitOffset / NumEltBits; 12604 assert((int)(Offset * 8) == BitOffset && "Unexpected bit-offset"); 12613 } else if (BitOffset != 0) { 12625 if ((BitOffset % 128) != 0) 12628 assert((BitOffset % V.getScalarValueSizeInBits()) == 0 && 12632 unsigned ExtractIdx = BitOffset / V.getScalarValueSizeInBits();