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