Home
last modified time | relevance | path

Searched refs:ByteType (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp266 auto *ByteType = Type::getInt8Ty(CI->getContext()); in getPtrToElementAtOffset() local
268 ByteType, Builder.CreateBitCast(Source, ByteType->getPointerTo()), in getPtrToElementAtOffset()
269 ConstantInt::get(ByteType, OffsetBytes)); in getPtrToElementAtOffset()