Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp326 Value *RhsSource = CI->getArgOperand(1); in getLoadPair() local
328 Align RhsAlign = RhsSource->getPointerAlignment(DL); in getLoadPair()
332 RhsSource = Builder.CreateConstGEP1_64(ByteType, RhsSource, OffsetBytes); in getLoadPair()
345 if (auto *C = dyn_cast<Constant>(RhsSource)) in getLoadPair()
348 Rhs = Builder.CreateAlignedLoad(LoadSizeType, RhsSource, RhsAlign); in getLoadPair()