Home
last modified time | relevance | path

Searched refs:NewConstant (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/compiler/
Dtypes.cc812 Type Type::NewConstant(double value, Zone* zone) { in NewConstant() function in v8::internal::compiler::Type
825 Type Type::NewConstant(JSHeapBroker* js_heap_broker, Handle<i::Object> value, in NewConstant() function in v8::internal::compiler::Type
829 return NewConstant(static_cast<double>(ref.AsSmi()), zone); in NewConstant()
832 return NewConstant(ref.AsHeapNumber().value(), zone); in NewConstant()
Dtypes.h373 static Type NewConstant(JSHeapBroker* js_heap_broker, Handle<i::Object> value,
375 static Type NewConstant(double value, Zone* zone);
Dtyper.cc506 return Type::NewConstant(0, t->zone()); in ToLength()
509 return Type::NewConstant(kMaxSafeInteger, t->zone()); in ToLength()
712 return Type::NewConstant(number, zone()); in TypeNumberConstant()
2211 return Type::NewConstant(typer_->js_heap_broker(), value, zone()); in TypeConstant()
Doperation-typer.cc24 Type::NewConstant(js_heap_broker, factory->infinity_value(), zone); in OperationTyper()
26 Type::NewConstant(js_heap_broker, factory->minus_infinity_value(), zone); in OperationTyper()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp74 if (Value *NewConstant = getICmpValue(Sign, Code, LHS, RHS, NewPred)) in getNewICmpValue() local
75 return NewConstant; in getNewICmpValue()
1222 Value *NewConstant = ConstantExpr::getBitCast(C, SrcTy); in foldCastedBitwiseLogic() local
1223 Value *NewOp = Builder->CreateBinOp(LogicOpc, BC, NewConstant, I.getName()); in foldCastedBitwiseLogic()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp59 if (Value *NewConstant = getICmpValue(Sign, Code, LHS, RHS, NewPred)) in getNewICmpValue() local
60 return NewConstant; in getNewICmpValue()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp30034 SDValue NewConstant = DAG.getConstant(AddConstant, SDLoc(Add), VT); in promoteSextBeforeAddNSW() local
30040 return DAG.getNode(ISD::ADD, SDLoc(Add), VT, NewSext, NewConstant, &Flags); in promoteSextBeforeAddNSW()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp37495 SDValue NewConstant = DAG.getConstant(AddConstant, SDLoc(Add), VT); in promoteExtBeforeAdd() local
37502 return DAG.getNode(ISD::ADD, SDLoc(Add), VT, NewExt, NewConstant, Flags); in promoteExtBeforeAdd()