Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp286 Value *RhsSource = CI->getArgOperand(1); in getLoadPair() local
288 Align RhsAlign = RhsSource->getPointerAlignment(DL); in getLoadPair()
294 RhsSource = Builder.CreateConstGEP1_64( in getLoadPair()
295 ByteType, Builder.CreateBitCast(RhsSource, ByteType->getPointerTo()), in getLoadPair()
301 RhsSource = Builder.CreateBitCast(RhsSource, LoadSizeType->getPointerTo()); in getLoadPair()
311 if (auto *C = dyn_cast<Constant>(RhsSource)) in getLoadPair()
314 Rhs = Builder.CreateAlignedLoad(LoadSizeType, RhsSource, RhsAlign); in getLoadPair()