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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8274 SDValue ConVec = DAG.getNode(ISD::UNDEF, dl, ConcatVT); local
8275 auto ExractInto = [&DAG, &dl](SDValue NewV, SDValue ConVec, unsigned &j) {
8277 EVT ConcatVT = ConVec.getValueType();
8281 ConVec = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, ConcatVT, ConVec, Elt,
8284 return ConVec;
8287 ConVec = ExractInto(NewV1, ConVec, j);
8288 ConVec = ExractInto(NewV2, ConVec,
[all...]

Completed in 210 milliseconds