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.cpp72 DenseMap<Instruction *, Type *> AggrConstTypes; member in __anon21a763720111::SPIRVEmitIntrinsics
861 AggrConstTypes[IntrUndef] = AggrUndef->getType(); in preprocessUndefs()
914 AggrConstTypes[CI] = deduceNestedTypeHelper(AggrConst, false); in preprocessCompositeConstants()
1454 auto It = AggrConstTypes.find(II); in insertAssignTypeIntrs()
1455 if (It == AggrConstTypes.end()) in insertAssignTypeIntrs()
1646 AggrConstTypes.clear(); in runOnFunction()