Searched refs:ByteType (Results 1 – 1 of 1) sorted by relevance
266 auto *ByteType = Type::getInt8Ty(CI->getContext()); in getPtrToElementAtOffset() local268 ByteType, Builder.CreateBitCast(Source, ByteType->getPointerTo()), in getPtrToElementAtOffset()269 ConstantInt::get(ByteType, OffsetBytes)); in getPtrToElementAtOffset()