Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCasts.cpp93 unsigned AllocElTyAlign = TD->getABITypeAlignment(AllocElTy); in PromoteCastOfAllocation() local
95 if (CastElTyAlign < AllocElTyAlign) return 0; in PromoteCastOfAllocation()
100 if (!AI.hasOneUse() && CastElTyAlign == AllocElTyAlign) return 0; in PromoteCastOfAllocation()
/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/swiftshader/third_party/llvm-7.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()