Home | History | Annotate | Download | only in IR

Lines Matching refs:getAttrMask

356 uint64_t AttributeImpl::getAttrMask(Attribute::AttrKind Val) {
517 Mask |= AttributeImpl::getAttrMask(Kind);
1145 if (uint64_t A = (Val & AttributeImpl::getAttrMask(I))) {