Home | History | Annotate | Download | only in Utils

Lines Matching refs:FillValue

803   auto *FillValue = dyn_cast<ConstantInt>(Memset->getArgOperand(1));
804 if (!FillValue || FillValue->getZExtValue() != 0)