Home | History | Annotate | Download | only in AArch64

Lines Matching defs:IsSigned

1115     bool IsSigned = (Op.getOpcode() == ISD::SMULO) ? true : false;
1117 unsigned ExtendOpc = IsSigned ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND;
1132 if (IsSigned) {
1166 if (IsSigned) {
1382 /*isSigned*/ false, SDLoc(Op)).first;