Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVOptWInstrs.cpp333 static bool hasAllWUsers(const MachineInstr &OrigMI, const RISCVSubtarget &ST, hasAllWUsers() function
H A DRISCVISelDAGToDAG.h125 bool hasAllWUsers(SDNode *Node) const { return hasAllNBitUsers(Node, 32); } hasAllWUsers() function