Searched refs:isSExtCheaperThanZExt (Results 1 – 4 of 4) sorted by relevance
76 bool isSExtCheaperThanZExt(EVT SrcVT, EVT DstVT) const override;
335 bool RISCVTargetLowering::isSExtCheaperThanZExt(EVT SrcVT, EVT DstVT) const { in isSExtCheaperThanZExt() function in RISCVTargetLowering
274 if (TLI.isSExtCheaperThanZExt(OldVT, Op.getValueType())) in SExtOrZExtPromotedInteger()
2394 virtual bool isSExtCheaperThanZExt(EVT FromTy, EVT ToTy) const { in isSExtCheaperThanZExt() function