Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:TRAP

741   // Default ISD::TRAP to expand (which turns it into abort).
742 setOperationAction(ISD::TRAP, MVT::Other, Expand);
744 // On most systems, DEBUGTRAP and TRAP have no difference. The "Expand"
745 // here is to inform DAG Legalizer to replace DEBUGTRAP with TRAP.
761 /// canOpTrap - Returns true if the operation can trap for the value type.