reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2349 ImmR = (BitWidth - DstLSB) % BitWidth; 2349 ImmR = (BitWidth - DstLSB) % BitWidth; 2401 APInt(BitWidth, Mask0Imm) == ~APInt(BitWidth, Mask1Imm) && 2401 APInt(BitWidth, Mask0Imm) == ~APInt(BitWidth, Mask1Imm) && 2415 int Width = BitWidth - APInt(BitWidth, Mask0Imm).countPopulation(); 2415 int Width = BitWidth - APInt(BitWidth, Mask0Imm).countPopulation(); 2423 CurDAG->getTargetConstant(BitWidth - 1, DL, VT)); 2426 unsigned ImmR = (BitWidth - LSB) % BitWidth; 2426 unsigned ImmR = (BitWidth - LSB) % BitWidth;