Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:signExtend

140   bool signExtend = shouldSignExtendTypeInLibCall(RetVT, isSigned);
144 .setSExtResult(signExtend).setZExtResult(!signExtend);