Searched refs:GetLeftType (Results 1 – 4 of 4) sorted by relevance
38 *hints = BinaryOperationHints(ToHint(state.GetLeftType()), in GetBinaryOperationHints()
248 *left = state.GetLeftType(); in BinaryType()268 return state.GetLeftType(); in CountType()
1448 Type* left_type = state.GetLeftType(); in BuildCodeInitializedStub()1529 Type* left_type = state.GetLeftType(); in BuildCodeStub()
123 Type* GetLeftType() const { return KindToType(left_kind_); } in GetLeftType() function