Searched refs:VecInput (Results 1 – 1 of 1) sorted by relevance
408 Value *VecInput = nullptr; in foldVecTruncToExtElt() local410 if (!match(TruncOp, m_CombineOr(m_BitCast(m_Value(VecInput)), in foldVecTruncToExtElt()411 m_LShr(m_BitCast(m_Value(VecInput)), in foldVecTruncToExtElt()413 !isa<VectorType>(VecInput->getType())) in foldVecTruncToExtElt()416 VectorType *VecType = cast<VectorType>(VecInput->getType()); in foldVecTruncToExtElt()429 VecInput = IC.Builder.CreateBitCast(VecInput, VecType, "bc"); in foldVecTruncToExtElt()436 return ExtractElementInst::Create(VecInput, IC.Builder.getInt32(Elt)); in foldVecTruncToExtElt()