Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp71 DenseMap<Instruction *, Constant *> AggrConsts; member in __anon21a763720111::SPIRVEmitIntrinsics
860 AggrConsts[IntrUndef] = AggrUndef; in preprocessUndefs()
913 AggrConsts[CI] = AggrConst; in preprocessCompositeConstants()
1506 auto t = AggrConsts.find(I); in processInstrAfterVisit()
1507 assert(t != AggrConsts.end()); in processInstrAfterVisit()
1645 AggrConsts.clear(); in runOnFunction()