Searched refs:isConsecutiveLoadOrStore (Results 1 – 1 of 1) sorted by relevance
1483 bool isConsecutiveLoadOrStore(Instruction *I);4899 if (T->isPointerTy() && !isConsecutiveLoadOrStore(&*it)) in getSmallestAndWidestTypes()5624 bool LoopVectorizationCostModel::isConsecutiveLoadOrStore(Instruction *Inst) { in isConsecutiveLoadOrStore() function in LoopVectorizationCostModel