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.cpp857 auto *IntrUndef = B.CreateIntrinsic(Intrinsic::spv_undef, {}, {}); in preprocessUndefs() local
858 Worklist.push(IntrUndef); in preprocessUndefs()
859 I->replaceUsesOfWith(Op, IntrUndef); in preprocessUndefs()
860 AggrConsts[IntrUndef] = AggrUndef; in preprocessUndefs()
861 AggrConstTypes[IntrUndef] = AggrUndef->getType(); in preprocessUndefs()