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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp5269 bool InsertLo = Idx < 2; local
5271 InsertLo ? LoVec : HiVec,
5273 DAG.getConstant(InsertLo ? Idx : (Idx - 2), SL, MVT::i32));
5277 SDValue Concat = InsertLo ?

Completed in 164 milliseconds