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