Searched refs:IsConstantTypes (Results 1 – 2 of 2) sorted by relevance
84 virtual bool IsConstantTypes() const { return false; } in IsConstantTypes() function723 DCHECK(IsConstantTypes()); in ConstantValue()762 virtual bool IsConstantTypes() const OVERRIDE { return true; } in IsConstantTypes() function890 bool IsConstantTypes() const OVERRIDE { in IsConstantTypes() function
583 return a.IsConstantTypes() ? b : a; in SelectNonConstant()587 return a.IsConstantTypes() ? (b.IsZero() ? a : b) : a; in SelectNonConstant2()