Home | History | Annotate | Download | only in Utils

Lines Matching refs:getConstantStringInfo

304   if (!getConstantStringInfo(SrcStr, Str)) {
339 if (!getConstantStringInfo(SrcStr, Str)) {
371 bool HasStr1 = getConstantStringInfo(Str1P, Str1);
372 bool HasStr2 = getConstantStringInfo(Str2P, Str2);
426 bool HasStr1 = getConstantStringInfo(Str1P, Str1);
427 bool HasStr2 = getConstantStringInfo(Str2P, Str2);
586 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1);
587 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2);
637 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1);
638 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2);
665 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1);
666 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2);
720 bool HasStr1 = getConstantStringInfo(CI->getArgOperand(0), SearchStr);
721 bool HasStr2 = getConstantStringInfo(CI->getArgOperand(1), ToFindStr);
767 if (!LenC || !getConstantStringInfo(SrcStr, Str, 0, /*TrimAtNul=*/false))
867 if (getConstantStringInfo(LHS, LHSStr) &&
868 getConstantStringInfo(RHS, RHSStr)) {
1558 if (!getConstantStringInfo(CI->getArgOperand(0), FormatStr))
1641 if (!getConstantStringInfo(CI->getArgOperand(1), FormatStr))
1730 if (!getConstantStringInfo(CI->getArgOperand(1), FormatStr))
1869 if (!getConstantStringInfo(CI->getArgOperand(0), Str))