Home | History | Annotate | Download | only in Utils

Lines Matching refs:LenC

949     ConstantInt *LenC = dyn_cast<ConstantInt>(CI->getArgOperand(2));
950 if (!LenC) return 0;
951 uint64_t Len = LenC->getZExtValue();