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