HomeSort by relevance Sort by last modified time
    Searched refs:NewConstant (Results 1 - 6 of 6) sorted by null

  /external/v8/src/compiler/
types.h 372 // NewConstant is a factory that returns Constant, Range or Number.
373 static Type NewConstant(JSHeapBroker* js_heap_broker, Handle<i::Object> value,
375 static Type NewConstant(double value, Zone* zone);
types.cc 812 Type Type::NewConstant(double value, Zone* zone) {
825 Type Type::NewConstant(JSHeapBroker* js_heap_broker, Handle<i::Object> value,
829 return NewConstant(static_cast<double>(ref.AsSmi()), zone);
832 return NewConstant(ref.AsHeapNumber().value(), zone);
    [all...]
operation-typer.cc 24 Type::NewConstant(js_heap_broker, factory->infinity_value(), zone);
26 Type::NewConstant(js_heap_broker, factory->minus_infinity_value(), zone);
    [all...]
typer.cc 506 return Type::NewConstant(0, t->zone());
509 return Type::NewConstant(kMaxSafeInteger, t->zone());
712 return Type::NewConstant(number, zone());
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 74 if (Value *NewConstant = getICmpValue(Sign, Code, LHS, RHS, NewPred))
75 return NewConstant;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 59 if (Value *NewConstant = getICmpValue(Sign, Code, LHS, RHS, NewPred))
60 return NewConstant;
    [all...]

Completed in 105 milliseconds