Searched refs:isOperationLegalOrCustomOrPromote (Results 1 – 2 of 2) sorted by relevance
908 TLI.isOperationLegalOrCustomOrPromote(ISD::AND, ByteVT) && in ExpandBITREVERSE()909 TLI.isOperationLegalOrCustomOrPromote(ISD::OR, ByteVT)))) { in ExpandBITREVERSE()923 !TLI.isOperationLegalOrCustomOrPromote(ISD::AND, VT) || in ExpandBITREVERSE()924 !TLI.isOperationLegalOrCustomOrPromote(ISD::OR, VT)) in ExpandBITREVERSE()
627 bool isOperationLegalOrCustomOrPromote(unsigned Op, EVT VT) const { in isOperationLegalOrCustomOrPromote() function