reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
8189 if (!Cmp.getNode()) 8198 Cmp = DAG.getNode(ISD::OR, dl, CmpVT, Cmp, Cmp2); 8198 Cmp = DAG.getNode(ISD::OR, dl, CmpVT, Cmp, Cmp2); 8201 Cmp = DAG.getSExtOrTrunc(Cmp, dl, Op.getValueType()); 8201 Cmp = DAG.getSExtOrTrunc(Cmp, dl, Op.getValueType()); 8204 Cmp = DAG.getNOT(dl, Cmp, Cmp.getValueType()); 8204 Cmp = DAG.getNOT(dl, Cmp, Cmp.getValueType()); 8204 Cmp = DAG.getNOT(dl, Cmp, Cmp.getValueType()); 8206 return Cmp;