Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:isSigned

1008                                      bool isSigned) {
1012 return TLI.makeLibCall(DAG, LC, N->getValueType(0), nullptr, 0, isSigned,
1016 return TLI.makeLibCall(DAG, LC, N->getValueType(0), &Op, 1, isSigned,
1020 return TLI.makeLibCall(DAG, LC, N->getValueType(0), Ops, 2, isSigned,
1028 &Ops[0], NumOps, isSigned, dl).first;
1036 bool isSigned) {
1046 Entry.isSExt = isSigned;
1047 Entry.isZExt = !isSigned;
1058 .setSExtResult(isSigned).setZExtResult(!isSigned);