Searched defs:AllocElTyAlign (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp94 unsigned AllocElTyAlign = TD->getABITypeAlignment(AllocElTy); local
96 if (CastElTyAlign < AllocElTyAlign) return 0;
101 if (!AI.hasOneUse() && CastElTyAlign == AllocElTyAlign) return 0;

Completed in 77 milliseconds