Searched refs:isLoadOrStore (Results 1 – 1 of 1) sorted by relevance
683 bool isLoadOrStore(const Instruction *I) { in isLoadOrStore() function3263 assert(isLoadOrStore(Src) && "instruction is not load or store"); in tryDelinearize()3264 assert(isLoadOrStore(Dst) && "instruction is not load or store"); in tryDelinearize()3411 if (!isLoadOrStore(Src) || !isLoadOrStore(Dst)) { in depends()3417 assert(isLoadOrStore(Src) && "instruction is not load or store"); in depends()3418 assert(isLoadOrStore(Dst) && "instruction is not load or store"); in depends()3834 assert(isLoadOrStore(Src)); in getSplitIteration()3835 assert(isLoadOrStore(Dst)); in getSplitIteration()