Searched refs:IsInstructionDirectConst (Results 1 – 2 of 2) sorted by relevance
54 constexpr bool IsInstructionDirectConst(Instruction::Code opcode) { in IsInstructionDirectConst() function
118 return IsInstructionDirectConst(instruction_->Opcode()) && in Const0()188 DCHECK(IsInstructionDirectConst(const0->Opcode())); in GetZeroVRegMask()351 } else if (IsInstructionDirectConst(instruction.Opcode())) { in DoAnalyseConstructor()