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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp93 unsigned AllocElTyAlign = TD->getABITypeAlignment(AllocElTy); local
95 if (CastElTyAlign < AllocElTyAlign) return 0;
100 if (!AI.hasOneUse() && CastElTyAlign == AllocElTyAlign) return 0;
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp93 unsigned AllocElTyAlign = DL.getABITypeAlignment(AllocElTy); local
95 if (CastElTyAlign < AllocElTyAlign) return nullptr;
100 if (!AI.hasOneUse() && CastElTyAlign == AllocElTyAlign) return nullptr;

Completed in 77 milliseconds