Memory access identified by pointer and whether it is a write.
Synopsis
Declared in <llvm/Analysis/LoopAccessAnalysis.h>
using MemAccessInfo = PointerIntPair<Value*, 1, bool>;
Created with MrDocs
Memory access identified by pointer and whether it is a write.
Declared in <llvm/Analysis/LoopAccessAnalysis.h>
using MemAccessInfo = PointerIntPair<Value*, 1, bool>;
Created with MrDocs