reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
7204 unsigned NumOps = Ops.size(); 7207 case 1: return getNode(Opcode, DL, VT, Ops[0], Flags); 7208 case 2: return getNode(Opcode, DL, VT, Ops[0], Ops[1], Flags); 7208 case 2: return getNode(Opcode, DL, VT, Ops[0], Ops[1], Flags); 7209 case 3: return getNode(Opcode, DL, VT, Ops[0], Ops[1], Ops[2], Flags); 7209 case 3: return getNode(Opcode, DL, VT, Ops[0], Ops[1], Ops[2], Flags); 7209 case 3: return getNode(Opcode, DL, VT, Ops[0], Ops[1], Ops[2], Flags); 7217 if (SDValue V = FoldBUILD_VECTOR(DL, VT, Ops, *this)) 7221 if (SDValue V = foldCONCAT_VECTORS(DL, VT, Ops, *this)) 7226 assert(Ops[0].getValueType() == Ops[1].getValueType() && 7226 assert(Ops[0].getValueType() == Ops[1].getValueType() && 7228 assert(Ops[2].getValueType() == Ops[3].getValueType() && 7228 assert(Ops[2].getValueType() == Ops[3].getValueType() && 7230 assert(Ops[2].getValueType() == VT && 7235 assert(Ops[2].getValueType() == Ops[3].getValueType() && 7235 assert(Ops[2].getValueType() == Ops[3].getValueType() && 7246 AddNodeIDNode(ID, Opcode, VTs, Ops); 7253 createOperands(N, Ops); 7258 createOperands(N, Ops);