Searched refs:IsConstantTypes (Results 1 – 2 of 2) sorted by relevance
76 virtual bool IsConstantTypes() const { return false; } in IsConstantTypes() function573 DCHECK(IsConstantTypes()); in ConstantValue()612 virtual bool IsConstantTypes() const OVERRIDE { return true; } in IsConstantTypes() function
560 return a.IsConstantTypes() ? b : a; in SelectNonConstant()