Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp325 Value *LhsSource = CI->getArgOperand(0); in getLoadPair() local
327 Align LhsAlign = LhsSource->getPointerAlignment(DL); in getLoadPair()
331 LhsSource = Builder.CreateConstGEP1_64(ByteType, LhsSource, OffsetBytes); in getLoadPair()
339 if (auto *C = dyn_cast<Constant>(LhsSource)) in getLoadPair()
342 Lhs = Builder.CreateAlignedLoad(LoadSizeType, LhsSource, LhsAlign); in getLoadPair()