Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp93 unsigned AllocElTyAlign = DL.getABITypeAlignment(AllocElTy); in PromoteCastOfAllocation() local
95 if (CastElTyAlign < AllocElTyAlign) return nullptr; in PromoteCastOfAllocation()
100 if (!AI.hasOneUse() && CastElTyAlign == AllocElTyAlign) return nullptr; in PromoteCastOfAllocation()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp109 Align AllocElTyAlign = DL.getABITypeAlign(AllocElTy); in PromoteCastOfAllocation() local
111 if (CastElTyAlign < AllocElTyAlign) return nullptr; in PromoteCastOfAllocation()
116 if (!AI.hasOneUse() && CastElTyAlign == AllocElTyAlign) return nullptr; in PromoteCastOfAllocation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp96 unsigned AllocElTyAlign = DL.getABITypeAlignment(AllocElTy); in PromoteCastOfAllocation() local
98 if (CastElTyAlign < AllocElTyAlign) return nullptr; in PromoteCastOfAllocation()
103 if (!AI.hasOneUse() && CastElTyAlign == AllocElTyAlign) return nullptr; in PromoteCastOfAllocation()