Searched defs:LOperand (Results 1 – 2 of 2) sorted by relevance
51 LOperand() : value_(KindField::encode(INVALID)) { } in LOperand() function80 LOperand(Kind kind, int index) { ConvertTo(kind, index); } in LOperand() function
52 class LOperand; variable