Searched refs:CommonAlignment (Results 1 – 1 of 1) sorted by relevance
3768 Align CommonAlignment = cast<LoadInst>(VL0)->getAlign(); in canVectorizeLoads() local3770 CommonAlignment = in canVectorizeLoads()3771 std::min(CommonAlignment, cast<LoadInst>(V)->getAlign()); in canVectorizeLoads()3773 if (TTI.isLegalMaskedGather(VecTy, CommonAlignment) && in canVectorizeLoads()3774 !TTI.forceScalarizeMaskedGather(VecTy, CommonAlignment)) in canVectorizeLoads()7307 Align CommonAlignment = LI0->getAlign(); in getEntryCost() local7309 CommonAlignment = in getEntryCost()7310 std::min(CommonAlignment, cast<LoadInst>(V)->getAlign()); in getEntryCost()7313 /*VariableMask=*/false, CommonAlignment, CostKind); in getEntryCost()9570 Align CommonAlignment = LI->getAlign(); in vectorizeTree() local[all …]