reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1139 if (SimplifyDemandedBits(Op0, DemandedBits, DemandedElts, Known2, TLO, 1147 Op0, DemandedBits, DemandedElts, TLO.DAG, Depth + 1); 1151 Op0 = DemandedOp0 ? DemandedOp0 : Op0; 1151 Op0 = DemandedOp0 ? DemandedOp0 : Op0; 1153 SDValue NewOp = TLO.DAG.getNode(Op.getOpcode(), dl, VT, Op0, Op1); 1161 return TLO.CombineTo(Op, Op0); 1172 return TLO.CombineTo(Op, TLO.DAG.getNode(ISD::OR, dl, VT, Op0, Op1)); 1188 return TLO.CombineTo(Op, TLO.DAG.getNode(ISD::AND, dl, VT, Op0, ANDC)); 1197 SDValue New = TLO.DAG.getNOT(dl, Op0, VT);