Home | History | Annotate | Download | only in Utils

Lines Matching refs:EndPtr

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