Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp460 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 DAMDGPUEmitPrintf.cpp184 if (!getConstantStringInfo(Fmt, Str) || Str.empty()) in locateCStrings()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp145 if (!getConstantStringInfo(V, S)) in getAsConstantStr()
196 if (!getConstantStringInfo(Op, FormatStr)) { in lowerPrintfForGpu()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DValueTracking.h330 bool getConstantStringInfo(const Value *V, StringRef &Str,
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp485 getConstantStringInfo(GV, AnnotationString); in outputAnnotations()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp4390 bool llvm::getConstantStringInfo(const Value *V, StringRef &Str, in getConstantStringInfo() function in llvm
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp16860 llvm::getConstantStringInfo(Scope, scp); in ProcessOrderScopeAMDGCN()