Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/Transforms/InstCombine/
Dextractinsert-tbaa.ll28 %inserted2 = insertvalue %Complex %inserted, double %b, 1
29 store %Complex %inserted2, %Complex *%loc, !tbaa !1
38 %inserted2 = insertvalue [2 x double] %inserted, double %b, 1
39 store [2 x double] %inserted2, [2 x double] *%loc, !tbaa !1
/external/libabigail/doc/manuals/
Dlibabigail-concepts.rst1234 char inserted2; /* <---- ... and another one has been added here. */
1245 ``S::inserted2`` can be considered harmless (from an ABI compatibility
1262 'char S::inserted2', at offset 64 (in bits)
/external/vulkan-validation-layers/layers/
Ddescriptor_sets.cpp1180 …auto inserted2 = cb_node->object_bindings.emplace(pool_state_->pool, kVulkanObjectTypeDescriptorPo… in UpdateDrawState() local
1181 if (inserted2.second) { in UpdateDrawState()