Lines Matching refs:Operator
9 #include "src/compiler/simplified-operator.h"
50 bool operator==(Truncation other) const { return kind() == other.kind(); }
51 bool operator!=(Truncation other) const { return !(*this == other); }
87 inline std::ostream& operator<<(std::ostream& os, TypeCheckKind type_check) {
239 const Operator* Int32OperatorFor(IrOpcode::Value opcode);
240 const Operator* Int32OverflowOperatorFor(IrOpcode::Value opcode);
241 const Operator* Uint32OperatorFor(IrOpcode::Value opcode);
242 const Operator* Uint32OverflowOperatorFor(IrOpcode::Value opcode);
243 const Operator* Float64OperatorFor(IrOpcode::Value opcode);
300 Node* InsertConversion(Node* node, const Operator* op, Node* use_node);