Searched refs:signExtendConstant (Results 1 – 5 of 5) sorted by relevance
461 if (TLI->signExtendConstant(CI)) in ComputePHILiveOutRegInfo()497 if (TLI->signExtendConstant(CI)) in ComputePHILiveOutRegInfo()
10936 ExtendType = TLI.signExtendConstant(CI) ? ISD::SIGN_EXTEND in HandlePHINodesInSuccessorBlocks()
363 bool signExtendConstant(const ConstantInt *CI) const override;
1200 bool RISCVTargetLowering::signExtendConstant(const ConstantInt *CI) const { in signExtendConstant() function in RISCVTargetLowering
2842 virtual bool signExtendConstant(const ConstantInt *C) const { return false; } in signExtendConstant() function