Searched refs:IsConstantTypes (Results 1 – 2 of 2) sorted by relevance
84 virtual bool IsConstantTypes() const { return false; } in IsConstantTypes() function715 DCHECK(IsConstantTypes()); in ConstantValue()754 bool IsConstantTypes() const override { return true; } in IsConstantTypes() function882 bool IsConstantTypes() const override { in IsConstantTypes() function
598 return a.IsConstantTypes() ? b : a; in SelectNonConstant()602 return a.IsConstantTypes() ? (b.IsZero() ? a : b) : a; in SelectNonConstant2()