Home
last modified time | relevance | path

Searched refs:ReduceJSToBooleanInput (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Djs-typed-lowering.h44 Reduction ReduceJSToBooleanInput(Node* input);
Djs-typed-lowering.cc486 Reduction JSTypedLowering::ReduceJSToBooleanInput(Node* input) { in ReduceJSToBooleanInput() function in v8::internal::compiler::JSTypedLowering
489 Reduction result = ReduceJSToBooleanInput(input->InputAt(0)); in ReduceJSToBooleanInput()
669 Reduction result = ReduceJSToBooleanInput(node->InputAt(0)); in Reduce()
689 ReduceJSToBooleanInput(node->InputAt(0))); in Reduce()