Home
last modified time | relevance | path

Searched refs:getConstantStringInfo (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp304 if (!getConstantStringInfo(SrcStr, Str)) { in optimizeStrChr()
339 if (!getConstantStringInfo(SrcStr, Str)) { in optimizeStrRChr()
371 bool HasStr1 = getConstantStringInfo(Str1P, Str1); in optimizeStrCmp()
372 bool HasStr2 = getConstantStringInfo(Str2P, Str2); in optimizeStrCmp()
426 bool HasStr1 = getConstantStringInfo(Str1P, Str1); in optimizeStrNCmp()
427 bool HasStr2 = getConstantStringInfo(Str2P, Str2); in optimizeStrNCmp()
586 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1); in optimizeStrPBrk()
587 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2); in optimizeStrPBrk()
637 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1); in optimizeStrSpn()
638 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2); in optimizeStrSpn()
[all …]
/external/llvm/include/llvm/Analysis/
DValueTracking.h159 bool getConstantStringInfo(const Value *V, StringRef &Str,
/external/llvm/lib/Analysis/
DValueTracking.cpp2594 bool llvm::getConstantStringInfo(const Value *V, StringRef &Str, in getConstantStringInfo() function in llvm
2628 return getConstantStringInfo(GEP->getOperand(0), Str, StartIdx + Offset, in getConstantStringInfo()
2721 if (!getConstantStringInfo(V, StrData)) in GetStringLengthH()
DConstantFolding.cpp557 if (getConstantStringInfo(CE, Str) && !Str.empty()) { in ConstantFoldLoadFromConstPtr()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3894 return getConstantStringInfo(G->getGlobal(), Str, SrcDelta, false); in isMemSrcFromString()