Searched refs:Type2Undef (Results 1 – 18 of 18) sorted by relevance
45 return Type2Undef(GetPointeeTypeId(get_def_use_mgr()->GetDef(var_id))); in GetUndefVal()128 uint32_t Type2Undef(uint32_t type_id);
318 uint32_t undef_id = this->Type2Undef(current_inst->type_id()); in RewriteInstructions()371 uint32_t undef_id = Type2Undef(current_inst->type_id()); in RewriteInsertInstruction()
232 uint32_t MemPass::Type2Undef(uint32_t type_id) { in Type2Undef() function in spvtools::opt::MemPass361 undef_id = Type2Undef(type_id); in RemovePhiOperands()
306 std::initializer_list<uint32_t>{Type2Undef(inst->type_id())}); in FixPhiNodesInLiveBlocks()335 std::initializer_list<uint32_t>{Type2Undef(inst->type_id())}); in FixPhiNodesInLiveBlocks()
253 uint32_t undefId = Type2Undef(inst->type_id()); in UpdatePhiNodes()302 uint32_t undef_id = Type2Undef(inst.type_id()); in CreatePhiNodesForInst()
550 auto undef_id = Type2Undef(func->type_id()); in AggressiveDCE()