Home | History | Annotate | Download | only in InstCombine

Lines Matching full:fillc

167   ConstantInt *FillC = dyn_cast<ConstantInt>(MI->getValue());
168 if (!LenC || !FillC || !FillC->getType()->isIntegerTy(8))
187 uint64_t Fill = FillC->getZExtValue()*0x0101010101010101ULL;