reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
772 Value *VecPtr = IRB.CreateBitCast(Base->getPointerOperand(), 774 LoadInst *WideLoad = IRB.CreateAlignedLoad(LoadTy, VecPtr, 784 Value *Bottom = IRB.CreateTrunc(WideLoad, Base->getType()); 785 Value *NewBaseSExt = IRB.CreateSExt(Bottom, BaseSExt->getType()); 790 Value *Top = IRB.CreateLShr(WideLoad, ShiftVal); 791 Value *Trunc = IRB.CreateTrunc(Top, OffsetTy); 792 Value *NewOffsetSExt = IRB.CreateSExt(Trunc, OffsetSExt->getType());