Searched refs:EnableIfAttrs (Results 1 – 1 of 1) sorted by relevance
7194 auto EnableIfAttrs = Function->specific_attrs<EnableIfAttr>(); in CheckEnableIf() local7195 if (EnableIfAttrs.begin() == EnableIfAttrs.end()) in CheckEnableIf()7205 return *EnableIfAttrs.begin(); in CheckEnableIf()7207 for (auto *EIA : EnableIfAttrs) { in CheckEnableIf()