reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1176 if (VT.isVector() || !VT.isInteger()) 1176 if (VT.isVector() || !VT.isInteger()) 1182 if (TLI.isTypeDesirableForOp(Opc, VT)) 1185 EVT PVT = VT; 1189 assert(PVT != VT && "Don't know what type to promote to!"); 1203 DAG.getNode(ISD::TRUNCATE, DL, VT, DAG.getNode(Opc, DL, PVT, NN0, NN1));