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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8577 SDValue ConVec = DAG.getNode(ISD::UNDEF, dl, ConcatVT); local
8578 auto ExractInto = [&DAG, &dl](SDValue NewV, SDValue ConVec, unsigned &j) {
8580 EVT ConcatVT = ConVec.getValueType();
8584 ConVec = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, ConcatVT, ConVec, Elt,
8587 return ConVec;
8590 ConVec = ExractInto(NewV1, ConVec, j);
8591 ConVec = ExractInto(NewV2, ConVec,
[all...]

Completed in 127 milliseconds