Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h557 bool onlyReadsMemory() const { in onlyReadsMemory() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp279 bool Argument::onlyReadsMemory() const { in onlyReadsMemory() function in Argument