Home
last modified time | relevance | path

Searched refs:getConstantDataArrayInfo (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dstrlen-9.ll62 ; not folded because the variable offset makes getConstantDataArrayInfo
77 ; getConstantDataArrayInfo fail.
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DValueTracking.h329 bool getConstantDataArrayInfo(const Value *V, ConstantDataArraySlice &Slice,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DValueTracking.cpp4194 bool llvm::getConstantDataArrayInfo(const Value *V, in getConstantDataArrayInfo() function in llvm
4285 if (!getConstantDataArrayInfo(V, Slice, 8, Offset)) in getConstantStringInfo()
4371 if (!getConstantDataArrayInfo(V, Slice, CharSize)) in GetStringLengthH()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp820 if (getConstantDataArrayInfo(GEP->getOperand(0), Slice, CharSize)) { in optimizeStringLength()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6708 return getConstantDataArrayInfo(G->getGlobal(), Slice, 8, in isMemSrcFromConstant()