Searched refs:GetConstantStringInfo (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | SimplifyLibCalls.cpp | 263 if (!GetConstantStringInfo(SrcStr, Str)) in CallOptimizer() 300 if (!GetConstantStringInfo(SrcStr, Str)) { in CallOptimizer() 338 bool HasStr1 = GetConstantStringInfo(Str1P, Str1); in CallOptimizer() 339 bool HasStr2 = GetConstantStringInfo(Str2P, Str2); in CallOptimizer() 401 bool HasStr1 = GetConstantStringInfo(Str1P, Str1); in CallOptimizer() 402 bool HasStr2 = GetConstantStringInfo(Str2P, Str2); in CallOptimizer() 553 bool HasS1 = GetConstantStringInfo(CI->getArgOperand(0), S1); in CallOptimizer() 554 bool HasS2 = GetConstantStringInfo(CI->getArgOperand(1), S2); in CallOptimizer() 613 bool HasS1 = GetConstantStringInfo(CI->getArgOperand(0), S1); in CallOptimizer() 614 bool HasS2 = GetConstantStringInfo(CI->getArgOperand(1), S2); in CallOptimizer() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ValueTracking.h | 132 bool GetConstantStringInfo(const Value *V, std::string &Str,
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ValueTracking.cpp | 1527 bool llvm::GetConstantStringInfo(const Value *V, std::string &Str, in GetConstantStringInfo() function in llvm 1535 return GetConstantStringInfo(BCI->getOperand(0), Str, Offset, StopAtNul); in GetConstantStringInfo() 1545 return GetConstantStringInfo(CE->getOperand(0), Str, Offset, StopAtNul); in GetConstantStringInfo() 1576 return GetConstantStringInfo(GEP->getOperand(0), Str, StartIdx+Offset, in GetConstantStringInfo()
|
D | ConstantFolding.cpp | 449 if (TD && GetConstantStringInfo(CE, Str) && !Str.empty()) { in ConstantFoldLoadFromConstPtr()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 3335 if (GV && GetConstantStringInfo(GV, Str, SrcDelta, false)) in isMemSrcFromString()
|