Searched refs:CastElTyAlign (Results 1 - 1 of 1) sorted by last modified time

/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 376 milliseconds