Home
last modified time | relevance | path

Searched refs:ImmSmall (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp4856 APInt ImmSmall = APInt(Imm.getBitWidth(), 1ULL << Shifts, true); in decomposeMulByConstant() local
4857 if ((Imm - ImmSmall).isPowerOf2() || (Imm + ImmSmall).isPowerOf2() || in decomposeMulByConstant()
4858 (ImmSmall - Imm).isPowerOf2()) in decomposeMulByConstant()