Searched refs:BitCastNumElts (Results 1 – 1 of 1) sorted by relevance
487 uint64_t BitCastNumElts = VecElts.getKnownMinValue() * TruncRatio; in foldVecExtTruncToExtElt() local505 assert(BitCastNumElts <= std::numeric_limits<uint32_t>::max() && in foldVecExtTruncToExtElt()509 VectorType::get(DstType, BitCastNumElts, VecElts.isScalable()); in foldVecExtTruncToExtElt()