Home
last modified time | relevance | path

Searched refs:getConstantStringInfo (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp448 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 DAMDGPUEmitPrintf.cpp184 if (!getConstantStringInfo(Fmt, Str) || Str.empty()) in locateCStrings()
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dmemchr-6.ll16 ; TODO: This depends on getConstantStringInfo() being able to handle
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp449 getConstantStringInfo(GV, AnnotationString); in outputAnnotations()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DValueTracking.h338 bool getConstantStringInfo(const Value *V, StringRef &Str,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DValueTracking.cpp4282 bool llvm::getConstantStringInfo(const Value *V, StringRef &Str, in getConstantStringInfo() function in llvm
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBuiltin.cpp16535 llvm::getConstantStringInfo(Scope, scp); in ProcessOrderScopeAMDGCN()