Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp849 auto *AggrUndef = dyn_cast<UndefValue>(Op); in preprocessUndefs() local
850 if (!AggrUndef || !Op->getType()->isAggregateType()) in preprocessUndefs()
860 AggrConsts[IntrUndef] = AggrUndef; in preprocessUndefs()
861 AggrConstTypes[IntrUndef] = AggrUndef->getType(); in preprocessUndefs()