Searched refs:getConstantDataArrayInfo (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | strlen-9.ll | 62 ; not folded because the variable offset makes getConstantDataArrayInfo 77 ; getConstantDataArrayInfo fail.
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | ValueTracking.h | 329 bool getConstantDataArrayInfo(const Value *V, ConstantDataArraySlice &Slice,
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 4194 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 D | SimplifyLibCalls.cpp | 820 if (getConstantDataArrayInfo(GEP->getOperand(0), Slice, CharSize)) { in optimizeStringLength()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 6708 return getConstantDataArrayInfo(G->getGlobal(), Slice, 8, in isMemSrcFromConstant()
|