Lines Matching defs:OffsetBytes
114 void emitLoadCompareByteBlock(unsigned BlockIndex, unsigned OffsetBytes);
124 Type *CmpSizeType, unsigned OffsetBytes);
323 unsigned OffsetBytes) {
324 // Get the memory source at offset `OffsetBytes`.
329 if (OffsetBytes > 0) {
331 LhsSource = Builder.CreateConstGEP1_64(ByteType, LhsSource, OffsetBytes);
332 RhsSource = Builder.CreateConstGEP1_64(ByteType, RhsSource, OffsetBytes);
333 LhsAlign = commonAlignment(LhsAlign, OffsetBytes);
334 RhsAlign = commonAlignment(RhsAlign, OffsetBytes);
377 unsigned OffsetBytes) {
382 Type::getInt32Ty(CI->getContext()), OffsetBytes);