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

/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp736 Value *LenOp = CI->getArgOperand(2); variable
745 B.CreateMemSet(Dst, B.getInt8('\0'), LenOp, 1);
750 if (ConstantInt *LengthArg = dyn_cast<ConstantInt>(LenOp))

Completed in 387 milliseconds