Searched refs:SMPos (Results 1 – 2 of 2) sorted by relevance
565 uint64_t SMPos, SMSize; in PerformANDCombine() local568 !IsShiftedMask(CN->getZExtValue(), SMPos, SMSize)) in PerformANDCombine()573 if (SMPos != 0 || Pos + SMSize > 32) in PerformANDCombine()
704 uint64_t SMPos, SMSize; in performANDCombine() local708 !isShiftedMask(CN->getZExtValue(), SMPos, SMSize)) in performANDCombine()714 if (SMPos != 0 || Pos + SMSize > ValTy.getSizeInBits()) in performANDCombine()