Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-typed-lowering.cc238 bool BothInputsAre(Type* t) { return LeftInputIs(t) && RightInputIs(t); } in BothInputsAre() function in v8::internal::compiler::JSBinopReduction
456 if (r.BothInputsAre(Type::Number())) { in ReduceJSAdd()
466 if (r.BothInputsAre(Type::String())) { in ReduceJSAdd()
488 if (r.BothInputsAre(Type::Number())) { in ReduceJSModulus()
503 if (r.BothInputsAre(Type::Number())) { in ReduceNumberBinop()
519 if (r.BothInputsAre(Type::Number())) { in ReduceInt32Binop()
539 if (r.BothInputsAre(Type::Number())) { in ReduceUI32Shift()
556 if (r.BothInputsAre(Type::String())) { in ReduceJSComparison()
583 if (r.BothInputsAre(Type::Unsigned32())) { in ReduceJSComparison()
586 } else if (r.BothInputsAre(Type::Signed32())) { in ReduceJSComparison()
[all …]
Dsimplified-lowering.cc532 bool BothInputsAre(Node* node, Type* type) { in BothInputsAre() function in v8::internal::compiler::RepresentationSelector
951 if (BothInputsAre(node, Type::Signed32()) && in VisitNode()
957 } else if (BothInputsAre(node, type_cache_.kAdditiveSafeInteger) && in VisitNode()