Home
last modified time | relevance | path

Searched refs:LenOp (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp718 Value *LenOp = CI->getArgOperand(2); in callOptimizer() local
727 B.CreateMemSet(Dst, B.getInt8('\0'), LenOp, 1); in callOptimizer()
732 if (ConstantInt *LengthArg = dyn_cast<ConstantInt>(LenOp)) in callOptimizer()