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

/external/llvm/lib/Analysis/
H A DValueTracking.cpp1749 /// getConstantStringInfo - This function computes the length of a
1752 bool llvm::getConstantStringInfo(const Value *V, StringRef &Str, function in class:llvm
1786 return getConstantStringInfo(GEP->getOperand(0), Str, StartIdx+Offset);
1878 if (!getConstantStringInfo(V, StrData))

Completed in 124 milliseconds