Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp284 Value *LhsSource = CI->getArgOperand(0); in getLoadPair() local
286 Align LhsAlign = LhsSource->getPointerAlignment(DL); in getLoadPair()
290 LhsSource = Builder.CreateConstGEP1_64( in getLoadPair()
291 ByteType, Builder.CreateBitCast(LhsSource, ByteType->getPointerTo()), in getLoadPair()
299 LhsSource = Builder.CreateBitCast(LhsSource, LoadSizeType->getPointerTo()); in getLoadPair()
304 if (auto *C = dyn_cast<Constant>(LhsSource)) in getLoadPair()
307 Lhs = Builder.CreateAlignedLoad(LoadSizeType, LhsSource, LhsAlign); in getLoadPair()