reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2090 assert(VT.isVector() && "Expected vector op"); 2091 assert(VT.getVectorNumElements() == NumElts && 2109 return TLO.CombineTo(Op, TLO.DAG.getUNDEF(VT)); 2117 unsigned EltSizeInBits = VT.getScalarSizeInBits(); 2123 return TLO.CombineTo(Op, TLO.DAG.getUNDEF(VT)); 2229 return TLO.CombineTo(Op, TLO.DAG.getBuildVector(VT, DL, Ops)); 2281 TLO.DAG.getNode(ISD::INSERT_SUBVECTOR, DL, VT, 2282 TLO.DAG.getUNDEF(VT), 2421 buildLegalVectorShuffle(VT, DL, Op.getOperand(0), Op.getOperand(1), 2463 return TLO.CombineTo(Op, TLO.DAG.getBitcast(VT, Src)); 2469 return TLO.CombineTo(Op, TLO.DAG.getConstant(0, SDLoc(Op), VT)); 2546 return TLO.CombineTo(Op, TLO.DAG.getConstant(0, SDLoc(Op), VT)); 2570 return TLO.CombineTo(Op, TLO.DAG.getUNDEF(VT));