Searched refs:isOneValue (Results 1 – 4 of 4) sorted by relevance
59 bool isOneValue() const;
110 bool Constant::isOneValue() const { in isOneValue() function in Constant122 return Splat->isOneValue(); in isOneValue()127 return Splat->isOneValue(); in isOneValue()
1627 if (C && C->isOneValue()) { in EnterSEHTryStmt()
1641 C->isNotMinSignedValue() && !C->isOneValue()) in visitSub()