Searched refs:IsConstantInst (Results 1 – 10 of 10) sorted by relevance
59 if (IsConstantInst(inst.opcode())) const_insts.push_back(&inst); in GetConstants()67 if (IsConstantInst(inst.opcode())) const_insts.push_back(&inst); in GetConstants()
50 inline bool IsConstantInst(SpvOp opcode) { in IsConstantInst() function
115 } else if (IsConstantInst(opcode) || opcode == SpvOpVariable || in AddInstruction()
53 if (IsConstantInst(insn->opcode())) return false; in CreatesRegisterUsage()
147 if (constant_mgr_ && IsConstantInst(inst->opcode())) { in KillInst()
162 if (constant_mgr_ && IsConstantInst(inst->opcode())) { in KillInst()