Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:signExtend

142   bool signExtend = shouldSignExtendTypeInLibCall(RetVT, isSigned);
148 .setSExtResult(signExtend)
149 .setZExtResult(!signExtend);