Home | History | Annotate | Download | only in Analysis

Lines Matching refs:GetConstantStringInfo

1524 /// GetConstantStringInfo - This function computes the length of a
1527 bool llvm::GetConstantStringInfo(const Value *V, std::string &Str,
1535 return GetConstantStringInfo(BCI->getOperand(0), Str, Offset, StopAtNul);
1545 return GetConstantStringInfo(CE->getOperand(0), Str, Offset, StopAtNul);
1576 return GetConstantStringInfo(GEP->getOperand(0), Str, StartIdx+Offset,