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

References

lib/Target/ARM/ARMISelLowering.cpp
15481   if (Op.getOpcode() != ISD::AND)
15484   EVT VT = Op.getValueType();
15493   ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op.getOperand(1));
15512     return TLO.CombineTo(Op, Op.getOperand(0));
15512     return TLO.CombineTo(Op, Op.getOperand(0));
15517   auto UseMask = [Mask, Op, VT, &TLO](unsigned NewMask) -> bool {
15520     SDLoc DL(Op);
15522     SDValue NewOp = TLO.DAG.getNode(ISD::AND, DL, VT, Op.getOperand(0), NewC);
15523     return TLO.CombineTo(Op, NewOp);