Home | History | Annotate | Download | only in CodeGen

Lines Matching full:adjusted

261 /// If the member is virtual, the adjusted 'this' pointer points
300 This = Builder.CreateBitCast(Ptr, This->getType(), "this.adjusted");
320 // Cast the adjusted this to a pointer to vtable pointer and load.