Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DConstantFolding.h193 Constant *ReadByteArrayFromGlobal(const GlobalVariable *GV, uint64_t Offset);
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DConstantFolding.cpp642 Constant *llvm::ReadByteArrayFromGlobal(const GlobalVariable *GV, in ReadByteArrayFromGlobal() function in llvm
H A DValueTracking.cpp4259 Init = ReadByteArrayFromGlobal(GV, Offset); in getConstantDataArrayInfo()