Home
last modified time | relevance | path

Searched refs:ReadByteArrayFromGlobal (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DConstantFolding.h193 Constant *ReadByteArrayFromGlobal(const GlobalVariable *GV, uint64_t Offset);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DConstantFolding.h199 Constant *ReadByteArrayFromGlobal(const GlobalVariable *GV, uint64_t Offset);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DConstantFolding.h200 Constant *ReadByteArrayFromGlobal(const GlobalVariable *GV, uint64_t Offset);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DConstantFolding.h200 Constant *ReadByteArrayFromGlobal(const GlobalVariable *GV, uint64_t Offset);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DConstantFolding.h209 Constant *ReadByteArrayFromGlobal(const GlobalVariable *GV, uint64_t Offset);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DConstantFolding.cpp642 Constant *llvm::ReadByteArrayFromGlobal(const GlobalVariable *GV, in ReadByteArrayFromGlobal() function in llvm
H A DValueTracking.cpp4367 Init = ReadByteArrayFromGlobal(GV, Offset); in getConstantDataArrayInfo()