Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:issigned

89                             bool isSigned, SDLoc dl,
99 Entry.isSExt = shouldSignExtendTypeInLibCall(Op.getValueType(), isSigned);
100 Entry.isZExt = !shouldSignExtendTypeInLibCall(Op.getValueType(), isSigned);
113 bool signExtend = shouldSignExtendTypeInLibCall(RetVT, isSigned);