Searched refs:getAllocaAlignment (Results 1 – 1 of 1) sorted by relevance
249 unsigned getAllocaAlignment() const { return 1U << Scale; } in getAllocaAlignment() function648 size_t Size = (getAllocaSizeInBytes(*AI) + Mapping.getAllocaAlignment() - 1) & in tagAlloca()649 ~(Mapping.getAllocaAlignment() - 1); in tagAlloca()964 if (AI->getAlignment() < Mapping.getAllocaAlignment()) in runOnFunction()965 AI->setAlignment(Mapping.getAllocaAlignment()); in runOnFunction()