Searched refs:isLoadOrStore (Results 1 – 1 of 1) sorted by relevance
750 bool isLoadOrStore(const Instruction *I) { in isLoadOrStore() function3352 assert(isLoadOrStore(Src) && "instruction is not load or store"); in tryDelinearize()3353 assert(isLoadOrStore(Dst) && "instruction is not load or store"); in tryDelinearize()3599 if (!isLoadOrStore(Src) || !isLoadOrStore(Dst)) { in depends()3605 assert(isLoadOrStore(Src) && "instruction is not load or store"); in depends()3606 assert(isLoadOrStore(Dst) && "instruction is not load or store"); in depends()4032 assert(isLoadOrStore(Src)); in getSplitIteration()4033 assert(isLoadOrStore(Dst)); in getSplitIteration()