Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:ME

310 static bool isRunOfOnes(ConstantInt *Val, uint32_t &MB, uint32_t &ME) {
318 ME = V.getActiveBits();
354 uint32_t MB = 0, ME = 0;
355 if (isRunOfOnes(Mask, MB, ME)) { // begin/end bit of run, inclusive