reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3722 if (Imm % III.ImmMustBeMultipleOf) 3725 Imm &= ((1 << III.TruncateImmTo) - 1); 3727 APInt ActualValue(64, Imm, true); 3732 if ((uint64_t)Imm > UnsignedMax) 3782 uint64_t ShAmt = Imm & (SpecialShift32 ? 0x1F : 0x3F); 3783 if (Imm & (SpecialShift32 ? 0x20 : 0x40)) 3814 replaceInstrOperandWithImm(MI, ConstantOpNo, Imm); 3819 replaceInstrOperandWithImm(MI, ConstantOpNo, Imm);