Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenTarget.h220 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty() function
H A DCodeGenIntrinsics.h179 bool hasProperty(enum SDNP Prop) const { in hasProperty() function
H A DCodeGenDAGPatterns.h476 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty() function