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/
DConstantFolding.h193 Constant *ReadByteArrayFromGlobal(const GlobalVariable *GV, uint64_t Offset);
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DConstantFolding.cpp642 Constant *llvm::ReadByteArrayFromGlobal(const GlobalVariable *GV, in ReadByteArrayFromGlobal() function in llvm
DValueTracking.cpp4367 Init = ReadByteArrayFromGlobal(GV, Offset); in getConstantDataArrayInfo()