Searched refs:getConstantStringInfo (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 313 if (!getConstantStringInfo(SrcStr, Str)) { in optimizeStrChr() 342 if (!getConstantStringInfo(SrcStr, Str)) { in optimizeStrRChr() 366 bool HasStr1 = getConstantStringInfo(Str1P, Str1); in optimizeStrCmp() 367 bool HasStr2 = getConstantStringInfo(Str2P, Str2); in optimizeStrCmp() 438 bool HasStr1 = getConstantStringInfo(Str1P, Str1); in optimizeStrNCmp() 439 bool HasStr2 = getConstantStringInfo(Str2P, Str2); in optimizeStrNCmp() 592 if (!getConstantStringInfo(Src, Str)) in optimizeStrNCpy() 720 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1); in optimizeStrPBrk() 721 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2); in optimizeStrPBrk() 758 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1); in optimizeStrSpn() [all …]
|
H A D | AMDGPUEmitPrintf.cpp | 195 if (!getConstantStringInfo(Fmt, Str) || Str.empty()) in locateCStrings()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | ValueTracking.h | 339 bool getConstantStringInfo(const Value *V, StringRef &Str,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 703 if (getConstantStringInfo(CE, Str) && !Str.empty()) { in ConstantFoldLoadFromConstPtr()
|
H A D | ValueTracking.cpp | 4146 bool llvm::getConstantStringInfo(const Value *V, StringRef &Str, in getConstantStringInfo() function in llvm
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 15515 llvm::getConstantStringInfo(Scope, scp); in ProcessOrderScopeAMDGCN()
|