Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DModRef.h194 bool onlyReadsMemory() const { return !isModSet(getModRef()); } in onlyReadsMemory() function
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DFunction.cpp273 bool Argument::onlyReadsMemory() const { in onlyReadsMemory() function in Argument
771 bool Function::onlyReadsMemory() const { in onlyReadsMemory() function in Function
H A DInstructions.cpp577 bool CallBase::onlyReadsMemory() const { in onlyReadsMemory() function in CallBase