Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp5697 bool InsertLo = Idx < 2; in lowerINSERT_VECTOR_ELT() local
5699 InsertLo ? LoVec : HiVec, in lowerINSERT_VECTOR_ELT()
5701 DAG.getConstant(InsertLo ? Idx : (Idx - 2), SL, MVT::i32)); in lowerINSERT_VECTOR_ELT()
5705 SDValue Concat = InsertLo ? in lowerINSERT_VECTOR_ELT()