Searched refs:LenV (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp330 Value *LenV = ConstantInt::get(TD->getIntPtrType(PT), Len); local
334 if (!EmitMemCpyChk(Dst, Src, LenV, CI->getArgOperand(2), B, TD, TLI))
695 Value *LenV = ConstantInt::get(TD->getIntPtrType(PT), Len); local
702 B.CreateMemCpy(Dst, Src, LenV, 1);

Completed in 68 milliseconds