Searched refs:isLoadOrStore (Results 1 – 1 of 1) sorted by relevance
685 bool isLoadOrStore(const Instruction *I) { in isLoadOrStore() function3254 assert(isLoadOrStore(Src) && "instruction is not load or store"); in tryDelinearize()3255 assert(isLoadOrStore(Dst) && "instruction is not load or store"); in tryDelinearize()3515 if (!isLoadOrStore(Src) || !isLoadOrStore(Dst)) { in depends()3521 assert(isLoadOrStore(Src) && "instruction is not load or store"); in depends()3522 assert(isLoadOrStore(Dst) && "instruction is not load or store"); in depends()3948 assert(isLoadOrStore(Src)); in getSplitIteration()3949 assert(isLoadOrStore(Dst)); in getSplitIteration()