Searched defs:TypeOf (Results 1 – 3 of 3) sorted by relevance
70 inline MachineType TypeOf(MachineType machine_type) { in TypeOf() function
162 const Operator* TypeOf() { SIMPLE(JSTypeOf, Operator::kPure, 1, 1); } in TypeOf() function
939 struct TypeOf { struct940 explicit TypeOf(const HValue* const v) : value(v) {} in TypeOf() argument953 OStream& operator<<(OStream& os, const TypeOf& v); argument