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