Lines Matching refs:getConstantStringInfo

501   if (!getConstantStringInfo(SrcStr, Str)) {  in optimizeStrChr()
527 if (!getConstantStringInfo(SrcStr, Str)) { in optimizeStrRChr()
550 bool HasStr1 = getConstantStringInfo(Str1P, Str1); in optimizeStrCmp()
551 bool HasStr2 = getConstantStringInfo(Str2P, Str2); in optimizeStrCmp()
632 bool HasStr1 = getConstantStringInfo(Str1P, Str1); in optimizeStrNCmp()
633 bool HasStr2 = getConstantStringInfo(Str2P, Str2); in optimizeStrNCmp()
781 if (!getConstantStringInfo(Src, Str, /*TrimAtNul=*/false)) in optimizeStrLCpy()
898 if (!getConstantStringInfo(Src, Str)) in optimizeStringNCpy()
1067 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1); in optimizeStrPBrk()
1068 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2); in optimizeStrPBrk()
1105 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1); in optimizeStrSpn()
1106 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2); in optimizeStrSpn()
1126 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1); in optimizeStrCSpn()
1127 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2); in optimizeStrCSpn()
1174 bool HasStr1 = getConstantStringInfo(CI->getArgOperand(0), SearchStr); in optimizeStrStr()
1175 bool HasStr2 = getConstantStringInfo(CI->getArgOperand(1), ToFindStr); in optimizeStrStr()
1227 if (!getConstantStringInfo(SrcStr, Str, /*TrimAtNul=*/false)) in optimizeMemRChr()
1322 if (!getConstantStringInfo(SrcStr, Str, /*TrimAtNul=*/false)) in optimizeMemChr()
1491 if (!getConstantStringInfo(LHS, LStr, /*TrimAtNul=*/false) || in optimizeMemCmpVarSize()
1492 !getConstantStringInfo(RHS, RStr, /*TrimAtNul=*/false)) in optimizeMemCmpVarSize()
1639 if (!getConstantStringInfo(Src, SrcStr, /*TrimAtNul=*/false) || in optimizeMemCCpy()
2855 if (!getConstantStringInfo(CI->getArgOperand(0), Str)) in optimizeAtoi()
2874 if (!getConstantStringInfo(CI->getArgOperand(0), Str)) in optimizeStrToInt()
2933 if (!getConstantStringInfo(CI->getArgOperand(0), FormatStr)) in optimizePrintFString()
2959 if (!getConstantStringInfo(CI->getOperand(1), OperandStr)) in optimizePrintFString()
3050 if (!getConstantStringInfo(CI->getArgOperand(1), FormatStr)) in optimizeSPrintFString()
3240 if (!getConstantStringInfo(FmtArg, FormatStr)) in optimizeSnPrintFString()
3285 if (!getConstantStringInfo(StrArg, Str)) in optimizeSnPrintFString()
3307 if (!getConstantStringInfo(CI->getArgOperand(1), FormatStr)) in optimizeFPrintFString()
3457 if (getConstantStringInfo(CI->getArgOperand(0), Str) && Str.empty()) { in optimizePuts()