Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DValueTracking.h269 bool getConstantDataArrayInfo(const Value *V, ConstantDataArraySlice &Slice,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueTracking.cpp3214 bool llvm::getConstantDataArrayInfo(const Value *V, in getConstantDataArrayInfo() function in llvm
3238 return getConstantDataArrayInfo(GEP->getOperand(0), Slice, ElementSize, in getConstantDataArrayInfo()
3294 if (!getConstantDataArrayInfo(V, Slice, 8, Offset)) in getConstantStringInfo()
3374 if (!getConstantDataArrayInfo(V, Slice, CharSize)) in GetStringLengthH()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp467 if (getConstantDataArrayInfo(GEP->getOperand(0), Slice, CharSize)) { in optimizeStringLength()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5145 return getConstantDataArrayInfo(G->getGlobal(), Slice, 8, in isMemSrcFromConstant()