Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineInstr.h782 return hasPropertyInBundle(1ULL << MCFlag, Type);
1854 bool hasPropertyInBundle(uint64_t Mask, QueryType Type) const;
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineInstr.cpp549 bool MachineInstr::hasPropertyInBundle(uint64_t Mask, QueryType Type) const { in hasPropertyInBundle() function in MachineInstr