Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp330 auto *ByteType = Type::getInt8Ty(CI->getContext()); in getLoadPair() local
331 LhsSource = Builder.CreateConstGEP1_64(ByteType, LhsSource, OffsetBytes); in getLoadPair()
332 RhsSource = Builder.CreateConstGEP1_64(ByteType, RhsSource, OffsetBytes); in getLoadPair()