Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDValueTracking.h301 bool getConstantDataArrayInfo(const Value *V, ConstantDataArraySlice &Slice,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDValueTracking.cpp3637 bool llvm::getConstantDataArrayInfo(const Value *V, in getConstantDataArrayInfo() function in llvm
3661 return getConstantDataArrayInfo(GEP->getOperand(0), Slice, ElementSize, in getConstantDataArrayInfo()
3717 if (!getConstantDataArrayInfo(V, Slice, 8, Offset)) in getConstantStringInfo()
3797 if (!getConstantDataArrayInfo(V, Slice, CharSize)) in GetStringLengthH()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDSimplifyLibCalls.cpp669 if (getConstantDataArrayInfo(GEP->getOperand(0), Slice, CharSize)) { in optimizeStringLength()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAG.cpp5830 return getConstantDataArrayInfo(G->getGlobal(), Slice, 8, in isMemSrcFromConstant()