Home
last modified time | relevance | path

Searched refs:BaseLVal (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DCGExpr.cpp3003 LValue BaseLVal; in emitOMPArraySectionBase() local
3005 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()