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