Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp311 if (!getConstantStringInfo(SrcStr, Str)) { in optimizeStrChr()
346 if (!getConstantStringInfo(SrcStr, Str)) { in optimizeStrRChr()
378 bool HasStr1 = getConstantStringInfo(Str1P, Str1); in optimizeStrCmp()
379 bool HasStr2 = getConstantStringInfo(Str2P, Str2); in optimizeStrCmp()
433 bool HasStr1 = getConstantStringInfo(Str1P, Str1); in optimizeStrNCmp()
434 bool HasStr2 = getConstantStringInfo(Str2P, Str2); in optimizeStrNCmp()
588 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1); in optimizeStrPBrk()
589 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2); in optimizeStrPBrk()
639 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1); in optimizeStrSpn()
640 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2); in optimizeStrSpn()
[all …]
/external/llvm/include/llvm/Analysis/
DValueTracking.h183 bool getConstantStringInfo(const Value *V, StringRef &Str,
/external/llvm/lib/Analysis/
DValueTracking.cpp2863 bool llvm::getConstantStringInfo(const Value *V, StringRef &Str, in getConstantStringInfo() function in llvm
2897 return getConstantStringInfo(GEP->getOperand(0), Str, StartIdx + Offset, in getConstantStringInfo()
2990 if (!getConstantStringInfo(V, StrData)) in GetStringLengthH()
DConstantFolding.cpp560 if (getConstantStringInfo(CE, Str) && !Str.empty()) { in ConstantFoldLoadFromConstPtr()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4149 return getConstantStringInfo(G->getGlobal(), Str, SrcDelta, false); in isMemSrcFromString()