Home | History | Annotate | Download | only in Utils

Lines Matching refs:getConstantStringInfo

475     if (!getConstantStringInfo(SrcStr, Str))
508 if (!getConstantStringInfo(SrcStr, Str)) {
541 bool HasStr1 = getConstantStringInfo(Str1P, Str1);
542 bool HasStr2 = getConstantStringInfo(Str2P, Str2);
600 bool HasStr1 = getConstantStringInfo(Str1P, Str1);
601 bool HasStr2 = getConstantStringInfo(Str2P, Str2);
766 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1);
767 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2);
820 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1);
821 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2);
849 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1);
850 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2);
906 bool HasStr1 = getConstantStringInfo(CI->getArgOperand(0), SearchStr);
907 bool HasStr2 = getConstantStringInfo(CI->getArgOperand(1), ToFindStr);
967 if (getConstantStringInfo(LHS, LHSStr) &&
968 getConstantStringInfo(RHS, RHSStr)) {
1341 if (!getConstantStringInfo(CI->getArgOperand(0), FormatStr))
1425 if (!getConstantStringInfo(CI->getArgOperand(1), FormatStr))
1518 if (!getConstantStringInfo(CI->getArgOperand(1), FormatStr))
1657 if (!getConstantStringInfo(CI->getArgOperand(0), Str))