Searched refs:signExtendConstant (Results 1 – 6 of 6) sorted by relevance
468 if (TLI->signExtendConstant(CI)) in ComputePHILiveOutRegInfo()504 if (TLI->signExtendConstant(CI)) in ComputePHILiveOutRegInfo()
10689 ExtendType = TLI.signExtendConstant(CI) ? ISD::SIGN_EXTEND in HandlePHINodesInSuccessorBlocks()
368 bool signExtendConstant(const ConstantInt *CI) const override;
1130 bool RISCVTargetLowering::signExtendConstant(const ConstantInt *CI) const { in signExtendConstant() function in RISCVTargetLowering
311 // CHECK-LABEL: @signExtendConstant314 func.func @signExtendConstant() -> i16 {
2780 virtual bool signExtendConstant(const ConstantInt *C) const { return false; } in signExtendConstant() function