Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp65 DenseMap<Instruction *, Type *> AggrConstTypes; member in __anon21a763720111::SPIRVEmitIntrinsics
1218 AggrConstTypes[IntrUndef] = AggrUndef->getType(); in preprocessUndefs()
1270 AggrConstTypes[CI] = deduceNestedTypeHelper(AggrConst, false); in preprocessCompositeConstants()
1935 auto It = AggrConstTypes.find(II); in insertAssignTypeIntrs()
1936 if (It == AggrConstTypes.end()) in insertAssignTypeIntrs()
2384 AggrConstTypes.clear(); in runOnFunction()