Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp1214 auto *IntrUndef = B.CreateIntrinsic(Intrinsic::spv_undef, {}); in preprocessUndefs() local
1215 Worklist.push(IntrUndef); in preprocessUndefs()
1216 I->replaceUsesOfWith(Op, IntrUndef); in preprocessUndefs()
1217 AggrConsts[IntrUndef] = AggrUndef; in preprocessUndefs()
1218 AggrConstTypes[IntrUndef] = AggrUndef->getType(); in preprocessUndefs()