reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1188 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { 1189 assert(PVT != VT && "Don't know what type to promote to!"); 1195 SDValue NN0 = PromoteOperand(N0, PVT, Replace0); 1199 SDValue NN1 = PromoteOperand(N1, PVT, Replace1); 1203 DAG.getNode(ISD::TRUNCATE, DL, VT, DAG.getNode(Opc, DL, PVT, NN0, NN1));