Searched refs:isLoadOrStore (Results 1 – 1 of 1) sorted by relevance
670 bool isLoadOrStore(const Instruction *I) { in isLoadOrStore() function3259 assert(isLoadOrStore(Src) && "instruction is not load or store"); in tryDelinearize()3260 assert(isLoadOrStore(Dst) && "instruction is not load or store"); in tryDelinearize()3394 if (!isLoadOrStore(Src) || !isLoadOrStore(Dst)) { in depends()3400 assert(isLoadOrStore(Src) && "instruction is not load or store"); in depends()3401 assert(isLoadOrStore(Dst) && "instruction is not load or store"); in depends()3819 assert(isLoadOrStore(Src)); in getSplitIteration()3820 assert(isLoadOrStore(Dst)); in getSplitIteration()