Searched refs:getConstantStringInfo (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 448 if (!getConstantStringInfo(SrcStr, Str)) { in optimizeStrChr() 474 if (!getConstantStringInfo(SrcStr, Str)) { in optimizeStrRChr() 495 bool HasStr1 = getConstantStringInfo(Str1P, Str1); in optimizeStrCmp() 496 bool HasStr2 = getConstantStringInfo(Str2P, Str2); in optimizeStrCmp() 576 bool HasStr1 = getConstantStringInfo(Str1P, Str1); in optimizeStrNCmp() 577 bool HasStr2 = getConstantStringInfo(Str2P, Str2); in optimizeStrNCmp() 739 if (!getConstantStringInfo(Src, Str)) in optimizeStrNCpy() 1462 if (!getConstantStringInfo(Src, SrcStr, /*Offset=*/0, in optimizeMemCCpy() 2613 if (!getConstantStringInfo(CI->getArgOperand(0), Str)) in optimizeAtoi() 2632 if (!getConstantStringInfo(CI->getArgOperand(0), Str)) in optimizeStrToInt() [all …]
|
| H A D | AMDGPUEmitPrintf.cpp | 184 if (!getConstantStringInfo(Fmt, Str) || Str.empty()) in locateCStrings()
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | memchr-6.ll | 16 ; TODO: This depends on getConstantStringInfo() being able to handle
|
| /llvm-project-15.0.7/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVAsmPrinter.cpp | 449 getConstantStringInfo(GV, AnnotationString); in outputAnnotations()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | ValueTracking.h | 338 bool getConstantStringInfo(const Value *V, StringRef &Str,
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 4282 bool llvm::getConstantStringInfo(const Value *V, StringRef &Str, in getConstantStringInfo() function in llvm
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 16535 llvm::getConstantStringInfo(Scope, scp); in ProcessOrderScopeAMDGCN()
|