Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjC.cpp169 LValue ValueLV = MakeAddrLValue( in EmitObjCCollectionLiteral() local
173 EmitStoreThroughLValue(RValue::get(valueValue), ValueLV, /*isInit=*/true); in EmitObjCCollectionLiteral()
/external/llvm-project/clang/lib/CodeGen/
DCGObjC.cpp187 LValue ValueLV = MakeAddrLValue(Builder.CreateConstArrayGEP(Objects, i), in EmitObjCCollectionLiteral() local
190 EmitStoreThroughLValue(RValue::get(valueValue), ValueLV, /*isInit=*/true); in EmitObjCCollectionLiteral()