Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DConstantFolding.h193 Constant *ReadByteArrayFromGlobal(const GlobalVariable *GV, uint64_t Offset);
/openbsd-src/gnu/llvm/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()