Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3037 LValue CapLVal; in EmitDeclRefLValue() local
3039 CapLVal = EmitLoadOfReferenceLValue(I->second, VD->getType(), in EmitDeclRefLValue()
3042 CapLVal = MakeAddrLValue(I->second, T); in EmitDeclRefLValue()
3047 CapLVal.setNontemporal(/*Value=*/true); in EmitDeclRefLValue()
3048 return CapLVal; in EmitDeclRefLValue()
3050 LValue CapLVal = in EmitDeclRefLValue() local
3053 Address LValueAddress = CapLVal.getAddress(); in EmitDeclRefLValue()
3054 CapLVal = MakeAddrLValue(Address(LValueAddress.emitRawPointer(*this), in EmitDeclRefLValue()
3057 CapLVal.getType(), in EmitDeclRefLValue()
3059 CapLVal.getTBAAInfo()); in EmitDeclRefLValue()
[all …]