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

References

lib/CodeGen/SelectionDAG/TargetLowering.cpp
 1135     if (SimplifyDemandedBits(Op1, DemandedBits, DemandedElts, Known, TLO,
 1149           Op1, DemandedBits, DemandedElts, TLO.DAG, Depth + 1);
 1152         Op1 = DemandedOp1 ? DemandedOp1 : Op1;
 1152         Op1 = DemandedOp1 ? DemandedOp1 : Op1;
 1153         SDValue NewOp = TLO.DAG.getNode(Op.getOpcode(), dl, VT, Op0, Op1);
 1163       return TLO.CombineTo(Op, Op1);
 1172       return TLO.CombineTo(Op, TLO.DAG.getNode(ISD::OR, dl, VT, Op0, Op1));
 1179     if (ConstantSDNode *C = isConstOrConstSplat(Op1)) {