Searched defs:InstructionOperand (Results 1 – 1 of 1) sorted by relevance
48 InstructionOperand() : InstructionOperand(INVALID) {} in InstructionOperand() function127 explicit InstructionOperand(Kind kind) : value_(KindField::encode(kind)) {} in InstructionOperand() function