Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp105 bool AllocIsScalable = isa<ScalableVectorType>(AllocElTy); in PromoteCastOfAllocation() local
107 if (AllocIsScalable != CastIsScalable) return nullptr; in PromoteCastOfAllocation()
142 assert(!AllocIsScalable || (ArrayOffset == 1 && ArraySizeScale == 0)); in PromoteCastOfAllocation()