Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp95 unsigned CastElTyAlign = TD->getABITypeAlignment(CastElTy); in PromoteCastOfAllocation() local
96 if (CastElTyAlign < AllocElTyAlign) return 0; in PromoteCastOfAllocation()
101 if (!AI.hasOneUse() && CastElTyAlign == AllocElTyAlign) return 0; in PromoteCastOfAllocation()