Home
last modified time | relevance | path

Searched refs:CastElTyAlign (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp112 Align CastElTyAlign = DL.getABITypeAlign(CastElTy); in PromoteCastOfAllocation() local
113 if (CastElTyAlign < AllocElTyAlign) return nullptr; in PromoteCastOfAllocation()
118 if (!AI.hasOneUse() && CastElTyAlign == AllocElTyAlign) return nullptr; in PromoteCastOfAllocation()