Lines Matching full:trap
698 // Default ISD::TRAP to expand (which turns it into abort).
699 setOperationAction(ISD::TRAP, MVT::Other, Expand);
701 // On most systems, DEBUGTRAP and TRAP have no difference. The "Expand"
702 // here is to inform DAG Legalizer to replace DEBUGTRAP with TRAP.
758 /// canOpTrap - Returns true if the operation can trap for the value type.