Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.h249 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty() function
H A DCodeGenDAGPatterns.h471 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DCodeGenIntrinsics.h140 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp855 bool TargetExtType::hasProperty(Property Prop) const { in hasProperty() function in TargetExtType