Searched refs:signExtendConstant (Results 1 – 7 of 7) sorted by relevance
474 if (TLI->signExtendConstant(CI)) in ComputePHILiveOutRegInfo()510 if (TLI->signExtendConstant(CI)) in ComputePHILiveOutRegInfo()
11865 ExtendType = TLI.signExtendConstant(CI) ? ISD::SIGN_EXTEND in HandlePHINodesInSuccessorBlocks()
242 bool signExtendConstant(const ConstantInt *CI) const override;
6134 bool LoongArchTargetLowering::signExtendConstant(const ConstantInt *CI) const { in signExtendConstant() function in LoongArchTargetLowering
503 bool signExtendConstant(const ConstantInt *CI) const override;
1933 bool RISCVTargetLowering::signExtendConstant(const ConstantInt *CI) const { in signExtendConstant() 1932 bool RISCVTargetLowering::signExtendConstant(const ConstantInt *CI) const { signExtendConstant() function in RISCVTargetLowering
3074 virtual bool signExtendConstant(const ConstantInt *C) const { return false; } in signExtendConstant() function