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