Home | History | Annotate | Download | only in Scalar

Lines Matching refs:getConstantStringInfo

269     if (!getConstantStringInfo(SrcStr, Str))
305 if (!getConstantStringInfo(SrcStr, Str)) {
341 bool HasStr1 = getConstantStringInfo(Str1P, Str1);
342 bool HasStr2 = getConstantStringInfo(Str2P, Str2);
403 bool HasStr1 = getConstantStringInfo(Str1P, Str1);
404 bool HasStr2 = getConstantStringInfo(Str2P, Str2);
599 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1);
600 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2);
659 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1);
660 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2);
691 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1);
692 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2);
752 bool HasStr1 = getConstantStringInfo(CI->getArgOperand(0), SearchStr);
753 bool HasStr2 = getConstantStringInfo(CI->getArgOperand(1), ToFindStr);
817 if (getConstantStringInfo(LHS, LHSStr) &&
818 getConstantStringInfo(RHS, RHSStr)) {
1209 if (!getConstantStringInfo(CI->getArgOperand(0), FormatStr))
1296 if (!getConstantStringInfo(CI->getArgOperand(1), FormatStr))
1453 if (!getConstantStringInfo(CI->getArgOperand(1), FormatStr))
1537 if (!getConstantStringInfo(CI->getArgOperand(0), Str))