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

References

lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
 2399       isOpcWithIntImmediate(And0.getNode(), ISD::AND, Mask0Imm) &&
 2401       APInt(BitWidth, Mask0Imm) == ~APInt(BitWidth, Mask1Imm) &&
 2402       (isShiftedMask(Mask0Imm, VT) || isShiftedMask(Mask1Imm, VT))) {
 2407     if (isShiftedMask(Mask0Imm, VT)) {
 2409       std::swap(Mask0Imm, Mask1Imm);
 2415     int Width = BitWidth - APInt(BitWidth, Mask0Imm).countPopulation();