reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
471 if (Subtarget->hasV6T2Ops() && isUInt<16>(CI->getZExtValue())) { 478 .addImm(CI->getZExtValue())); 483 if (VT == MVT::i32 && Subtarget->hasV6T2Ops() && CI->isNegative()) { 484 unsigned Imm = (unsigned)~(CI->getSExtValue()); 501 ResultReg = fastEmit_i(VT, VT, ISD::Constant, CI->getZExtValue());