Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/tools/lldb-rpc/lldb-rpc-gen/server/
H A DRPCServerSourceEmitter.cpp247 std::string LengthArg = Iter->Name + ".GetSize()"; in CreateMethodCall() local
250 LengthArg += " / sizeof(" + UUT.getAsString(method.Policy) + ")"; in CreateMethodCall()
252 Args.push_back(LengthArg); in CreateMethodCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp418 ConstantInt *LengthArg = dyn_cast<ConstantInt>(Size); in optimizeStrNCat() local
419 if (LengthArg) { in optimizeStrNCat()
420 Len = LengthArg->getZExtValue(); in optimizeStrNCat()
632 if (ConstantInt *LengthArg = dyn_cast<ConstantInt>(Size)) in optimizeStrNCmp() local
633 Length = LengthArg->getZExtValue(); in optimizeStrNCmp()