Searched refs:getConstantStringInfo (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 460 if (!getConstantStringInfo(SrcStr, Str)) { in optimizeStrChr() 486 if (!getConstantStringInfo(SrcStr, Str)) { in optimizeStrRChr() 509 bool HasStr1 = getConstantStringInfo(Str1P, Str1); in optimizeStrCmp() 510 bool HasStr2 = getConstantStringInfo(Str2P, Str2); in optimizeStrCmp() 591 bool HasStr1 = getConstantStringInfo(Str1P, Str1); in optimizeStrNCmp() 592 bool HasStr2 = getConstantStringInfo(Str2P, Str2); in optimizeStrNCmp() 740 if (!getConstantStringInfo(Src, Str, /*TrimAtNul=*/false)) in optimizeStrLCpy() 857 if (!getConstantStringInfo(Src, Str)) in optimizeStringNCpy() 1026 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1); in optimizeStrPBrk() 1027 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2); in optimizeStrPBrk() [all …]
|
| H A D | AMDGPUEmitPrintf.cpp | 184 if (!getConstantStringInfo(Fmt, Str) || Str.empty()) in locateCStrings()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPrintfRuntimeBinding.cpp | 145 if (!getConstantStringInfo(V, S)) in getAsConstantStr() 196 if (!getConstantStringInfo(Op, FormatStr)) { in lowerPrintfForGpu()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | ValueTracking.h | 330 bool getConstantStringInfo(const Value *V, StringRef &Str,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVAsmPrinter.cpp | 485 getConstantStringInfo(GV, AnnotationString); in outputAnnotations()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 4390 bool llvm::getConstantStringInfo(const Value *V, StringRef &Str, in getConstantStringInfo() function in llvm
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 16860 llvm::getConstantStringInfo(Scope, scp); in ProcessOrderScopeAMDGCN()
|