Home
last modified time | relevance | path

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

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