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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp276 Value *RhsSource = CI->getArgOperand(1); local
278 Align RhsAlign = RhsSource->getPointerAlignment(DL);
284 RhsSource = Builder.CreateConstGEP1_64(
285 ByteType, Builder.CreateBitCast(RhsSource, ByteType->getPointerTo()),
291 RhsSource = Builder.CreateBitCast(RhsSource, LoadSizeType->getPointerTo());
301 if (auto *C = dyn_cast<Constant>(RhsSource))
304 Rhs = Builder.CreateAlignedLoad(LoadSizeType, RhsSource, RhsAlign);

Completed in 61 milliseconds