Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:shouldSignExtendTypeInLibCall

1972     Entry.IsSExt = TLI.shouldSignExtendTypeInLibCall(ArgVT, isSigned);
1973 Entry.IsZExt = !TLI.shouldSignExtendTypeInLibCall(ArgVT, isSigned);
1999 bool signExtend = TLI.shouldSignExtendTypeInLibCall(RetVT, isSigned);