Home
last modified time | relevance | path

Searched defs:onlyReadsMemory (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DFunction.h503 bool onlyReadsMemory() const { in onlyReadsMemory() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DFunction.cpp278 bool Argument::onlyReadsMemory() const { in onlyReadsMemory() function in Argument