Searched refs:IntrUndef (Results 1 – 1 of 1) sorted by relevance
1214 auto *IntrUndef = B.CreateIntrinsic(Intrinsic::spv_undef, {}); in preprocessUndefs() local1215 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()