Searched refs:isLSCStore (Results 1 – 1 of 1) sorted by relevance
559 inline bool isLSCStore(unsigned IntrinID) { in isLSCStore() function563 inline bool isLSCStore(const Value *V) { in isLSCStore() function564 return isLSCStore(getGenXIntrinsicID(V)); in isLSCStore()567 inline bool isLSCStore(const Function *F) { in isLSCStore() function568 return isLSCStore(getGenXIntrinsicID(F)); in isLSCStore()