Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp115 Align CastElTyAlign = DL.getABITypeAlign(CastElTy); in PromoteCastOfAllocation() local
116 if (CastElTyAlign < AllocElTyAlign) return nullptr; in PromoteCastOfAllocation()
121 if (!AI.hasOneUse() && CastElTyAlign == AllocElTyAlign) return nullptr; in PromoteCastOfAllocation()