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

  /external/v8/src/compiler/
types.h 546 // NewConstant is a factory that returns Constant, Range or Number.
547 static Type* NewConstant(i::Handle<i::Object> value, Zone* zone);
548 static Type* NewConstant(double value, Zone* zone);
types.cc 822 Type* Type::NewConstant(double value, Zone* zone) {
835 Type* Type::NewConstant(i::Handle<i::Object> value, Zone* zone) {
840 return NewConstant(value->Number(), zone);
    [all...]
operation-typer.cc 22 infinity_ = Type::NewConstant(factory->infinity_value(), zone);
23 minus_infinity_ = Type::NewConstant(factory->minus_infinity_value(), zone);
    [all...]
typer.cc 644 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...]

Completed in 405 milliseconds