Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DValueTracking.h283 bool getConstantDataArrayInfo(const Value *V, ConstantDataArraySlice &Slice,
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp3438 bool llvm::getConstantDataArrayInfo(const Value *V, in getConstantDataArrayInfo() function in llvm
3462 return getConstantDataArrayInfo(GEP->getOperand(0), Slice, ElementSize, in getConstantDataArrayInfo()
3518 if (!getConstantDataArrayInfo(V, Slice, 8, Offset)) in getConstantStringInfo()
3598 if (!getConstantDataArrayInfo(V, Slice, CharSize)) in GetStringLengthH()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp530 if (getConstantDataArrayInfo(GEP->getOperand(0), Slice, CharSize)) { in optimizeStringLength()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5520 return getConstantDataArrayInfo(G->getGlobal(), Slice, 8, in isMemSrcFromConstant()