Searched refs:kIntishBound (Results 1 – 1 of 1) sorted by relevance
1874 static const int32_t kIntishBound = 1 << 20; in IsIntishLiteralFactor() local1875 return -kIntishBound < *factor && *factor < kIntishBound; in IsIntishLiteralFactor()