Searched refs:isSelectKindSupported (Results 1 – 1 of 1) sorted by relevance
212 bool isSelectKindSupported(SelectInst *SI);559 if (!isSelectKindSupported(SI)) in collectSelectGroups()1035 bool SelectOptimize::isSelectKindSupported(SelectInst *SI) { in isSelectKindSupported() function in SelectOptimize