Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp487 uint64_t BitCastNumElts = VecElts.getKnownMinValue() * TruncRatio; in foldVecExtTruncToExtElt() local
505 assert(BitCastNumElts <= std::numeric_limits<uint32_t>::max() && in foldVecExtTruncToExtElt()
509 VectorType::get(DstType, BitCastNumElts, VecElts.isScalable()); in foldVecExtTruncToExtElt()