Lines Matching refs:IsInteger32Constant
589 bool IsInteger32Constant();
3192 if (base()->IsInteger32Constant() && base()->GetInteger32Constant() >= 0) { in LowerLimitIsNonNegativeConstant()
3196 additional_lower_limit()->IsInteger32Constant() && in LowerLimitIsNonNegativeConstant()
3842 if (!right()->IsInteger32Constant()) return false; in RightIsPowerOf2()
4785 if (left()->IsInteger32Constant()) { in TryDecompose()
4788 } else if (right()->IsInteger32Constant()) { in TryDecompose()
4877 if (right()->IsInteger32Constant()) { in TryDecompose()
5125 !(right()->IsInteger32Constant() && in UpdateRepresentation()
5150 if (right()->IsInteger32Constant()) { in TryDecompose()
5188 if (right()->IsInteger32Constant()) { in TryDecompose()
5568 if (size->IsInteger32Constant()) { in UpdateSize()