Searched refs:shouldSignExtendTypeInLibCall (Results 1 – 4 of 4) sorted by relevance
509 bool shouldSignExtendTypeInLibCall(EVT Type, bool IsSigned) const override;
3110 MipsTargetLowering::shouldSignExtendTypeInLibCall(EVT Type, bool IsSigned) const { in shouldSignExtendTypeInLibCall() function in MipsTargetLowering
99 Entry.isSExt = shouldSignExtendTypeInLibCall(Op.getValueType(), isSigned); in makeLibCall()100 Entry.isZExt = !shouldSignExtendTypeInLibCall(Op.getValueType(), isSigned); in makeLibCall()113 bool signExtend = shouldSignExtendTypeInLibCall(RetVT, isSigned); in makeLibCall()
1130 virtual bool shouldSignExtendTypeInLibCall(EVT Type, bool IsSigned) const { in shouldSignExtendTypeInLibCall() function