Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp946 uint64_t BitCastNumElts = VecElts.getKnownMinValue() * TruncRatio; in visitTrunc() local
950 assert(BitCastNumElts <= std::numeric_limits<uint32_t>::max() && in visitTrunc()
954 VectorType::get(DestTy, BitCastNumElts, VecElts.isScalable()); in visitTrunc()