Searched refs:BaseLVal (Results 1 – 1 of 1) sorted by relevance
3003 LValue BaseLVal; in emitOMPArraySectionBase() local3005 BaseLVal = CGF.EmitOMPArraySectionExpr(ASE, IsLowerBound); in emitOMPArraySectionBase()3007 Address Addr = BaseLVal.getAddress(); in emitOMPArraySectionBase()3008 AlignSource = BaseLVal.getAlignmentSource(); in emitOMPArraySectionBase()3028 return Address(CGF.Builder.CreateLoad(BaseLVal.getAddress()), Align); in emitOMPArraySectionBase()