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.cpp3188 LValue CapLVal; in EmitDeclRefLValue() local
3190 CapLVal = EmitLoadOfReferenceLValue(I->second, VD->getType(), in EmitDeclRefLValue()
3193 CapLVal = MakeAddrLValue(I->second, T); in EmitDeclRefLValue()
3198 CapLVal.setNontemporal(/*Value=*/true); in EmitDeclRefLValue()
3199 return CapLVal; in EmitDeclRefLValue()
3201 LValue CapLVal = in EmitDeclRefLValue() local
3204 Address LValueAddress = CapLVal.getAddress(); in EmitDeclRefLValue()
3205 CapLVal = MakeAddrLValue(Address(LValueAddress.emitRawPointer(*this), in EmitDeclRefLValue()
3208 CapLVal.getType(), in EmitDeclRefLValue()
3210 CapLVal.getTBAAInfo()); in EmitDeclRefLValue()
[all …]