Searched refs:signExtendConstant (Results 1 – 7 of 7) sorted by relevance
479 if (TLI->signExtendConstant(CI)) in ComputePHILiveOutRegInfo()515 if (TLI->signExtendConstant(CI)) in ComputePHILiveOutRegInfo()
12017 ExtendType = TLI.signExtendConstant(CI) ? ISD::SIGN_EXTEND in HandlePHINodesInSuccessorBlocks()
290 bool signExtendConstant(const ConstantInt *CI) const override;
8416 bool LoongArchTargetLowering::signExtendConstant(const ConstantInt *CI) const { in signExtendConstant() function in LoongArchTargetLowering
51 bool signExtendConstant(const ConstantInt *CI) const override;
2117 bool RISCVTargetLowering::signExtendConstant(const ConstantInt *CI) const { in signExtendConstant() function in RISCVTargetLowering
3158 virtual bool signExtendConstant(const ConstantInt *C) const { return false; } in signExtendConstant() function