Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp313 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()
1010 if (getConstantStringInfo(LHS, LHSStr) && in optimizeMemCmpConstantSize()
1011 getConstantStringInfo(RHS, RHSStr)) { in optimizeMemCmpConstantSize()
1102 if (!getConstantStringInfo(Src, SrcStr, /*Offset=*/0, in optimizeMemCCpy()
[all …]
H A DAMDGPUEmitPrintf.cpp195 if (!getConstantStringInfo(Fmt, Str) || Str.empty()) in locateCStrings()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h339 bool getConstantStringInfo(const Value *V, StringRef &Str,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp735 if (getConstantStringInfo(CE, Str) && !Str.empty()) { in ConstantFoldLoadFromConstPtr()
H A DValueTracking.cpp4188 bool llvm::getConstantStringInfo(const Value *V, StringRef &Str, in getConstantStringInfo() function in llvm
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp16028 llvm::getConstantStringInfo(Scope, scp); in ProcessOrderScopeAMDGCN()