Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp806 unsigned SMPos, SMSize; in performANDCombine() local
813 !isShiftedMask_64(CN->getZExtValue(), SMPos, SMSize)) in performANDCombine()
829 if (SMPos != 0 || Pos + SMSize > ValTy.getSizeInBits()) in performANDCombine()
847 if (SMPos != Pos || Pos >= ValTy.getSizeInBits() || SMSize >= 32 || in performANDCombine()
865 if (SMPos) in performANDCombine()
1134 unsigned SMPos, SMSize; in performSHLCombine() local
1152 !isShiftedMask_64(CN->getZExtValue(), SMPos, SMSize)) in performSHLCombine()
1157 if (SMPos != 0 || SMSize > 32 || Pos + SMSize > ValTy.getSizeInBits()) in performSHLCombine()