Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp877 Constant *AggrConst = nullptr; in preprocessCompositeConstants() local
880 AggrConst = cast<Constant>(COp); in preprocessCompositeConstants()
883 AggrConst = cast<Constant>(COp); in preprocessCompositeConstants()
886 AggrConst = cast<Constant>(COp); in preprocessCompositeConstants()
889 AggrConst = cast<Constant>(COp); in preprocessCompositeConstants()
892 AggrConst = cast<Constant>(COp); in preprocessCompositeConstants()
895 if (AggrConst) { in preprocessCompositeConstants()
901 for (auto &COp : AggrConst->operands()) in preprocessCompositeConstants()
913 AggrConsts[CI] = AggrConst; in preprocessCompositeConstants()
914 AggrConstTypes[CI] = deduceNestedTypeHelper(AggrConst, false); in preprocessCompositeConstants()