Home
last modified time | relevance | path

Searched refs:Uint32OverflowOperatorFor (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Drepresentation-change.h243 const Operator* Uint32OverflowOperatorFor(IrOpcode::Value opcode);
Drepresentation-change.cc881 const Operator* RepresentationChanger::Uint32OverflowOperatorFor( in Uint32OverflowOperatorFor() function in v8::internal::compiler::RepresentationChanger
Dsimplified-lowering.cc1091 return changer_->Uint32OverflowOperatorFor(node->opcode()); in Uint32OverflowOp()