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 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...]
  /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 154 milliseconds