reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
72 if (!match(RHS, m_APInt(C))) 80 if (!C->isNullValue()) 82 Mask = APInt::getSignMask(C->getBitWidth()); 87 if (!C->isAllOnesValue()) 89 Mask = APInt::getSignMask(C->getBitWidth()); 94 if (!C->isAllOnesValue()) 96 Mask = APInt::getSignMask(C->getBitWidth()); 101 if (!C->isNullValue()) 103 Mask = APInt::getSignMask(C->getBitWidth()); 108 if (!C->isPowerOf2()) 110 Mask = -*C; 115 if (!(*C + 1).isPowerOf2()) 117 Mask = ~*C; 122 if (!(*C + 1).isPowerOf2()) 124 Mask = ~*C; 129 if (!C->isPowerOf2()) 131 Mask = -*C;