Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExpr.cpp2812 LValue CapLVal; in EmitDeclRefLValue() local
2817 CapLVal = MakeAddrLValue(I->second, T); in EmitDeclRefLValue()
2822 CapLVal.setNontemporal(/*Value=*/true); in EmitDeclRefLValue()
2823 return CapLVal; in EmitDeclRefLValue()
2825 LValue CapLVal = in EmitDeclRefLValue() local
2828 Address LValueAddress = CapLVal.getAddress(*this); in EmitDeclRefLValue()
2829 CapLVal = MakeAddrLValue( in EmitDeclRefLValue()
2832 CapLVal.getType(), LValueBaseInfo(AlignmentSource::Decl), in EmitDeclRefLValue()
2833 CapLVal.getTBAAInfo()); in EmitDeclRefLValue()
2838 CapLVal.setNontemporal(/*Value=*/true); in EmitDeclRefLValue()
[all …]