Searched defs:isIntAttribute (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/IR/ | ||
H A D | AttributeImpl.h | 63 bool isIntAttribute() const { return KindID == IntAttrEntry; } in isIntAttribute() function |
H A D | Attributes.cpp | 342 bool Attribute::isIntAttribute() const { isIntAttribute() function in Attribute |