Searched refs:isLoadOrStore (Results 1 – 1 of 1) sorted by relevance
777 bool isLoadOrStore(const Instruction *I) { in isLoadOrStore() function3362 assert(isLoadOrStore(Src) && "instruction is not load or store"); in tryDelinearize()3363 assert(isLoadOrStore(Dst) && "instruction is not load or store"); in tryDelinearize()3615 if (!isLoadOrStore(Src) || !isLoadOrStore(Dst)) { in depends()4113 assert(isLoadOrStore(Src)); in getSplitIteration()4114 assert(isLoadOrStore(Dst)); in getSplitIteration()