Home
last modified time | relevance | path

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

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