Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjC.cpp161 LValue KeyLV = MakeAddrLValue( in EmitObjCCollectionLiteral() local
165 EmitStoreThroughLValue(RValue::get(keyValue), KeyLV, /*isInit=*/true); in EmitObjCCollectionLiteral()
/external/llvm-project/clang/lib/CodeGen/
DCGObjC.cpp180 LValue KeyLV = MakeAddrLValue(Builder.CreateConstArrayGEP(Keys, i), in EmitObjCCollectionLiteral() local
183 EmitStoreThroughLValue(RValue::get(keyValue), KeyLV, /*isInit=*/true); in EmitObjCCollectionLiteral()