Searched defs:Int32UMod (Results 1 - 1 of 1) sorted by path

/external/chromium_org/v8/src/compiler/
H A Draw-machine-assembler.h234 Node* Int32UMod(Node* a, Node* b) { function in class:v8::internal::compiler::RawMachineAssembler
235 return NewNode(machine()->Int32UMod(), a, b);

Completed in 196 milliseconds