reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
 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;