Searched defs:onlyReadsMemory (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/Support/ | ||
H A D | ModRef.h | 195 bool onlyReadsMemory() const { return !isModSet(getModRef()); } in onlyReadsMemory() function |
/llvm-project/llvm/lib/IR/ | ||
H A D | Function.cpp | 316 bool Argument::onlyReadsMemory() const { onlyReadsMemory() function in Argument |
H A D | Instructions.cpp | 632 bool CallBase::onlyReadsMemory() const { onlyReadsMemory() function in CallBase |