Lines Matching full:isvalue
153 return this->isValue(CI->getValue());
157 return this->isValue(CI->getValue());
160 return this->isValue(CI->getValue());
174 if (this->isValue(CI->getValue())) {
182 if (this->isValue(CI->getValue())) {
189 if (this->isValue(CI->getValue())) {
200 bool isValue(const APInt &C) { return C == 1; }
208 bool isValue(const APInt &C) { return C.isAllOnesValue(); }
216 bool isValue(const APInt &C) { return C.isSignBit(); }
224 bool isValue(const APInt &C) { return C.isPowerOf2(); }