Home | History | Annotate | Download | only in Scalar

Lines Matching refs:EndPtr

172     Value *CpyDst = B.CreateGEP(Dst, DstLen, "endptr");
585 Value *EndPtr = CI->getArgOperand(1);
586 if (isa<ConstantPointerNull>(EndPtr)) {
587 // With a null EndPtr, this function won't capture the main argument.