Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ME

385 static bool isRunOfOnes(ConstantInt *Val, uint32_t &MB, uint32_t &ME) {
393 ME = V.getActiveBits();
429 uint32_t MB = 0, ME = 0;
430 if (isRunOfOnes(Mask, MB, ME)) { // begin/end bit of run, inclusive