Searched refs:BaseLVal (Results 1 – 1 of 1) sorted by relevance
3515 LValue BaseLVal; in emitOMPArraySectionBase() local3517 BaseLVal = CGF.EmitOMPArraySectionExpr(ASE, IsLowerBound); in emitOMPArraySectionBase()3519 Address Addr = BaseLVal.getAddress(); in emitOMPArraySectionBase()3520 BaseInfo = BaseLVal.getBaseInfo(); in emitOMPArraySectionBase()3545 return Address(CGF.Builder.CreateLoad(BaseLVal.getAddress()), Align); in emitOMPArraySectionBase()