Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp777 unsigned SMPos, SMSize; in performANDCombine() local
784 !isShiftedMask_64(CN->getZExtValue(), SMPos, SMSize)) in performANDCombine()
800 if (SMPos != 0 || Pos + SMSize > ValTy.getSizeInBits()) in performANDCombine()
818 if (SMPos != Pos || Pos >= ValTy.getSizeInBits() || SMSize >= 32 || in performANDCombine()
819 Pos + SMSize > ValTy.getSizeInBits()) in performANDCombine()
824 SMSize--; in performANDCombine()
844 DAG.getConstant(SMSize, DL, MVT::i32)); in performANDCombine()
1110 unsigned SMPos, SMSize; in performSHLCombine() local
1128 !isShiftedMask_64(CN->getZExtValue(), SMPos, SMSize)) in performSHLCombine()
1133 if (SMPos != 0 || SMSize > 32 || Pos + SMSize > ValTy.getSizeInBits()) in performSHLCombine()
[all …]