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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp97 unsigned CastElTyAlign = DL->getABITypeAlignment(CastElTy); local
98 if (CastElTyAlign < AllocElTyAlign) return nullptr;
103 if (!AI.hasOneUse() && CastElTyAlign == AllocElTyAlign) return nullptr;

Completed in 48 milliseconds