Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DValueTracking.h330 bool getConstantDataArrayInfo(const Value *V, ConstantDataArraySlice &Slice,
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp4069 bool llvm::getConstantDataArrayInfo(const Value *V, in getConstantDataArrayInfo() function in llvm
4093 return getConstantDataArrayInfo(GEP->getOperand(0), Slice, ElementSize, in getConstantDataArrayInfo()
4149 if (!getConstantDataArrayInfo(V, Slice, 8, Offset)) in getConstantStringInfo()
4229 if (!getConstantDataArrayInfo(V, Slice, CharSize)) in GetStringLengthH()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp633 if (getConstantDataArrayInfo(GEP->getOperand(0), Slice, CharSize)) { in optimizeStringLength()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6287 return getConstantDataArrayInfo(G->getGlobal(), Slice, 8, in isMemSrcFromConstant()