Searched defs:InstructionOperand (Results 1 – 2 of 2) sorted by relevance
14 class InstructionOperand; variable
38 InstructionOperand() : InstructionOperand(INVALID) {} in InstructionOperand() function112 explicit InstructionOperand(Kind kind) : value_(KindField::encode(kind)) {} in InstructionOperand() function