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

  /external/v8/src/compiler/
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...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 74 if (Value *NewConstant = getICmpValue(Sign, Code, LHS, RHS, NewPred))
75 return NewConstant;
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 643 milliseconds