Searched refs:IsConstantTypes (Results 1 – 2 of 2) sorted by relevance
73 virtual bool IsConstantTypes() const { return false; } in IsConstantTypes() function581 DCHECK(IsConstantTypes()); in ConstantValue()608 virtual bool IsConstantTypes() const { return true; } in IsConstantTypes() function
780 return a.IsConstantTypes() ? b : a; in SelectNonConstant()