Home
last modified time | relevance | path

Searched refs:hasAllBUsers (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.h124 bool hasAllBUsers(SDNode *Node) const { return hasAllNBitUsers(Node, 8); } in hasAllBUsers() function
H A DRISCVISelDAGToDAG.cpp908 if (isUInt<8>(Imm) && isInt<6>(SignExtend64<8>(Imm)) && hasAllBUsers(Node)) in Select()