Home | History | Annotate | Download | only in Analysis

Lines Matching refs:getConstantStringInfo

1749 /// getConstantStringInfo - This function computes the length of a
1752 bool llvm::getConstantStringInfo(const Value *V, StringRef &Str,
1786 return getConstantStringInfo(GEP->getOperand(0), Str, StartIdx+Offset);
1878 if (!getConstantStringInfo(V, StrData))