Searched refs:CONSTANT_OPERAND (Results 1 – 2 of 2) sorted by relevance
76 case CONSTANT_OPERAND: in PrintTo()107 DEFINE_OPERAND_CACHE(LConstantOperand, CONSTANT_OPERAND) in DEFINE_OPERAND_CACHE() argument
43 CONSTANT_OPERAND, enumerator55 bool IsConstantOperand() const { return kind() == CONSTANT_OPERAND; } in IsConstantOperand()274 explicit LConstantOperand(int index) : LOperand(CONSTANT_OPERAND, index) { } in LConstantOperand()