Home
last modified time | relevance | path

Searched refs:StopAtNul (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DValueTracking.h134 bool StopAtNul = true);
/external/swiftshader/third_party/LLVM/lib/Analysis/
DValueTracking.cpp1529 bool StopAtNul) { in GetConstantStringInfo() argument
1535 return GetConstantStringInfo(BCI->getOperand(0), Str, Offset, StopAtNul); in GetConstantStringInfo()
1545 return GetConstantStringInfo(CE->getOperand(0), Str, Offset, StopAtNul); in GetConstantStringInfo()
1577 StopAtNul); in GetConstantStringInfo()
1615 if (StopAtNul && CI->isZero()) in GetConstantStringInfo()