Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp185 auto *IntrUndef = IRB->CreateIntrinsic(Intrinsic::spv_undef, {}, {}); in preprocessUndefs() local
186 Worklist.push(IntrUndef); in preprocessUndefs()
187 I->replaceUsesOfWith(Op, IntrUndef); in preprocessUndefs()
188 AggrConsts[IntrUndef] = AggrUndef; in preprocessUndefs()