Searched defs:InstructionOperand (Results 1 – 2 of 2) sorted by relevance
20 class InstructionOperand; variable
60 InstructionOperand() : value_(KindField::encode(INVALID)) {} in InstructionOperand() function61 InstructionOperand(Kind kind, int index) { ConvertTo(kind, index); } in InstructionOperand() function