Searched refs:InsertLo (Results 1 – 1 of 1) sorted by relevance
4833 bool InsertLo = Idx < 2; in lowerINSERT_VECTOR_ELT() local4835 InsertLo ? LoVec : HiVec, in lowerINSERT_VECTOR_ELT()4837 DAG.getConstant(InsertLo ? Idx : (Idx - 2), SL, MVT::i32)); in lowerINSERT_VECTOR_ELT()4841 SDValue Concat = InsertLo ? in lowerINSERT_VECTOR_ELT()