Searched defs:signExtendConstant (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Target/LoongArch/ | ||
H A D | LoongArchISelLowering.cpp | 5047 bool LoongArchTargetLowering::signExtendConstant(const ConstantInt *CI) const { signExtendConstant() function in LoongArchTargetLowering |
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | TargetLowering.h | 3073 virtual bool signExtendConstant(const ConstantInt *C) const { return false; } signExtendConstant() function |
/llvm-project/llvm/lib/Target/RISCV/ | ||
H A D | RISCVISelLowering.cpp | 1920 bool RISCVTargetLowering::signExtendConstant(const ConstantInt *CI) const { signExtendConstant() function in RISCVTargetLowering |