Lines Matching refs:isInt
87 return !isInt<12>(Imm) && isPowerOf2_64(~Imm);
88 return !isInt<12>(Imm) && isPowerOf2_32(~Imm);
94 return !isInt<12>(Imm) && isPowerOf2_64(Imm);
95 return !isInt<12>(Imm) && isPowerOf2_32(Imm);
104 if (isInt<12>(N->getSExtValue()))
122 if (isInt<12>(N->getSExtValue()))
139 if (isInt<12>(N->getSExtValue()))
164 if (isInt<12>(N->getSExtValue()))
181 return !isInt<13>(C) && !isShiftedInt<20, 12>(C) && isShiftedInt<12, 2>(C);
190 return !isInt<14>(C) && !isShiftedInt<20, 12>(C) && isShiftedInt<12, 3>(C);
210 return !C || !isInt<12>(C->getSExtValue());
221 return !isInt<12>(Val->Value.getSExtValue());
751 return !isInt<12>(Imm) && isPowerOf2_32(~Imm);
754 return !isInt<12>(Imm) && isPowerOf2_32(Imm);