Searched refs:LengthArg (Results 1 – 2 of 2) sorted by relevance
247 std::string LengthArg = Iter->Name + ".GetSize()"; in CreateMethodCall() local250 LengthArg += " / sizeof(" + UUT.getAsString(method.Policy) + ")"; in CreateMethodCall()252 Args.push_back(LengthArg); in CreateMethodCall()
418 ConstantInt *LengthArg = dyn_cast<ConstantInt>(Size); in optimizeStrNCat() local419 if (LengthArg) { in optimizeStrNCat()420 Len = LengthArg->getZExtValue(); in optimizeStrNCat()632 if (ConstantInt *LengthArg = dyn_cast<ConstantInt>(Size)) in optimizeStrNCmp() local633 Length = LengthArg->getZExtValue(); in optimizeStrNCmp()