reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1253 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { 1254 assert(PVT != VT && "Don't know what type to promote to!"); 1262 N0 = SExtPromoteOperand(N0, PVT); 1264 N0 = ZExtPromoteOperand(N0, PVT); 1266 N0 = PromoteOperand(N0, PVT, Replace); 1273 DAG.getNode(ISD::TRUNCATE, DL, VT, DAG.getNode(Opc, DL, PVT, N0, N1));