Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getThisValue

389     CGF.Builder.CreateBitCast(getThisValue(CGF), CGM.Int8PtrTy, "this.int8");
468 /// 1) getThisValue is currently protected
472 CGF.Builder.CreateStore(getThisValue(CGF), CGF.ReturnValue);