reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3961 return DAG.getConstant(0, DL, VT); 3969 return DAG.getNode(ISD::SRA, DL, N0.getValueType(), N0, 3970 DAG.getConstant(N0.getScalarValueSizeInBits() - 1, DL, 3975 return DAG.getConstant(0, DL, VT); 3984 N0 = DAG.getNode(ISD::SIGN_EXTEND, DL, NewVT, N0); 3985 N1 = DAG.getNode(ISD::SIGN_EXTEND, DL, NewVT, N1); 3986 N1 = DAG.getNode(ISD::MUL, DL, NewVT, N0, N1); 3987 N1 = DAG.getNode(ISD::SRL, DL, NewVT, N1, 3988 DAG.getConstant(SimpleSize, DL, 3990 return DAG.getNode(ISD::TRUNCATE, DL, VT, N1);