Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DMCInstrDescView.cpp54 bool Operand::isMemory() const { in isMemory() function in llvm::exegesis::Operand
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7923 bool isMemory() const { return Load; } in isMemory() function