Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp3115 unsigned SMIdx, SMLen; in performANDCombine() local
3122 !isShiftedMask_64(CN->getZExtValue(), SMIdx, SMLen)) in performANDCombine()
3139 if (SMIdx != 0 || lsb + SMLen > ValTy.getSizeInBits()) in performANDCombine()
3154 if (SMIdx + SMLen > ValTy.getSizeInBits()) in performANDCombine()
3176 msb = lsb + SMLen - 1; in performANDCombine()