Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp3515 LValue BaseLVal; in emitOMPArraySectionBase() local
3517 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()