Lines Matching refs:getConstantStringInfo

510   if (!getConstantStringInfo(SrcStr, Str)) {  in optimizeStrChr()
536 if (!getConstantStringInfo(SrcStr, Str)) { in optimizeStrRChr()
559 bool HasStr1 = getConstantStringInfo(Str1P, Str1); in optimizeStrCmp()
560 bool HasStr2 = getConstantStringInfo(Str2P, Str2); in optimizeStrCmp()
641 bool HasStr1 = getConstantStringInfo(Str1P, Str1); in optimizeStrNCmp()
642 bool HasStr2 = getConstantStringInfo(Str2P, Str2); in optimizeStrNCmp()
790 if (!getConstantStringInfo(Src, Str, /*TrimAtNul=*/false)) in optimizeStrLCpy()
907 if (!getConstantStringInfo(Src, Str)) in optimizeStringNCpy()
1076 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1); in optimizeStrPBrk()
1077 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2); in optimizeStrPBrk()
1114 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1); in optimizeStrSpn()
1115 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2); in optimizeStrSpn()
1135 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1); in optimizeStrCSpn()
1136 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2); in optimizeStrCSpn()
1183 bool HasStr1 = getConstantStringInfo(CI->getArgOperand(0), SearchStr); in optimizeStrStr()
1184 bool HasStr2 = getConstantStringInfo(CI->getArgOperand(1), ToFindStr); in optimizeStrStr()
1236 if (!getConstantStringInfo(SrcStr, Str, /*TrimAtNul=*/false)) in optimizeMemRChr()
1331 if (!getConstantStringInfo(SrcStr, Str, /*TrimAtNul=*/false)) in optimizeMemChr()
1500 if (!getConstantStringInfo(LHS, LStr, /*TrimAtNul=*/false) || in optimizeMemCmpVarSize()
1501 !getConstantStringInfo(RHS, RStr, /*TrimAtNul=*/false)) in optimizeMemCmpVarSize()
1648 if (!getConstantStringInfo(Src, SrcStr, /*TrimAtNul=*/false) || in optimizeMemCCpy()
3089 if (!getConstantStringInfo(CI->getArgOperand(0), Str)) in optimizeAtoi()
3108 if (!getConstantStringInfo(CI->getArgOperand(0), Str)) in optimizeStrToInt()
3167 if (!getConstantStringInfo(CI->getArgOperand(0), FormatStr)) in optimizePrintFString()
3193 if (!getConstantStringInfo(CI->getOperand(1), OperandStr)) in optimizePrintFString()
3284 if (!getConstantStringInfo(CI->getArgOperand(1), FormatStr)) in optimizeSPrintFString()
3474 if (!getConstantStringInfo(FmtArg, FormatStr)) in optimizeSnPrintFString()
3519 if (!getConstantStringInfo(StrArg, Str)) in optimizeSnPrintFString()
3541 if (!getConstantStringInfo(CI->getArgOperand(1), FormatStr)) in optimizeFPrintFString()
3691 if (getConstantStringInfo(CI->getArgOperand(0), Str) && Str.empty()) { in optimizePuts()