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

/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp304 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(C
[all...]
/external/llvm/include/llvm/Analysis/
H A DValueTracking.h153 /// getConstantStringInfo - This function computes the length of a
159 bool getConstantStringInfo(const Value *V, StringRef &Str,
/external/llvm/lib/Analysis/
H A DValueTracking.cpp2594 bool llvm::getConstantStringInfo(const Value *V, StringRef &Str, function in class:llvm
2628 return getConstantStringInfo(GEP->getOperand(0), Str, StartIdx + Offset,
2721 if (!getConstantStringInfo(V, StrData))
H A DConstantFolding.cpp557 if (getConstantStringInfo(CE, Str) && !Str.empty()) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3894 return getConstantStringInfo(G->getGlobal(), Str, SrcDelta, false);

Completed in 155 milliseconds