Searched refs:LhsSource (Results 1 – 1 of 1) sorted by relevance
325 Value *LhsSource = CI->getArgOperand(0); in getLoadPair() local327 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()