Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DValueTracking.h301 bool getConstantDataArrayInfo(const Value *V, ConstantDataArraySlice &Slice,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DValueTracking.h321 bool getConstantDataArrayInfo(const Value *V, ConstantDataArraySlice &Slice,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DValueTracking.h638 bool getConstantDataArrayInfo(const Value *V, ConstantDataArraySlice &Slice,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DValueTracking.h660 bool getConstantDataArrayInfo(const Value *V, ConstantDataArraySlice &Slice,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DValueTracking.h660 bool getConstantDataArrayInfo(const Value *V, ConstantDataArraySlice &Slice,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DValueTracking.h660 bool getConstantDataArrayInfo(const Value *V, ConstantDataArraySlice &Slice,
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DValueTracking.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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DValueTracking.cpp4295 bool llvm::getConstantDataArrayInfo(const Value *V, in getConstantDataArrayInfo() function in llvm
4393 if (!getConstantDataArrayInfo(V, Slice, 8)) in getConstantStringInfo()
4479 if (!getConstantDataArrayInfo(V, Slice, CharSize)) in GetStringLengthH()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp669 if (getConstantDataArrayInfo(GEP->getOperand(0), Slice, CharSize)) { in optimizeStringLength()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp942 if (getConstantDataArrayInfo(GEP->getOperand(0), Slice, CharSize)) { in optimizeStringLength()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5833 return getConstantDataArrayInfo(G->getGlobal(), Slice, 8, in isMemSrcFromConstant()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6937 return getConstantDataArrayInfo(G->getGlobal(), Slice, 8, in isMemSrcFromConstant()