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

  /art/compiler/optimizing/
induction_var_range.cc 229 *min_val = SimplifyMin(GetVal(info, trip, in_body, /* is_min */ true));
230 *max_val = SimplifyMax(GetVal(info, trip, in_body, /* is_min */ false), chase_hint);
235 *min_val = SimplifyMin(GetVal(info, trip, in_body, /* is_min */ true));
443 Value min_val = GetVal(info, nullptr, /* in_body */ true, /* is_min */ true);
444 Value max_val = GetVal(info, nullptr, /* in_body */ true, /* is_min */ false);
566 return GetVal(&cancelled_trip, trip, in_body, is_min);
581 return SubValue(Value(0), GetVal(&cancelled_trip, trip, in_body, !is_min));
589 GetVal(info->op_b, trip, in_body, is_min));
604 Value c = GetVal(info->op_b, trip, in_body, is_min);
608 Value m = GetVal(trip, trip, in_body, is_min)
    [all...]
induction_var_range.h 224 Value GetVal(HInductionVarAnalysis::InductionInfo* info,
induction_var_range_test.cc 255 return range_.GetVal(info, trip, /* in_body */ true, /* is_min */ true);
260 return range_.GetVal(info, trip, /* in_body */ true, /* is_min */ false);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.h 252 /// GetVal - Get a value with the specified name or ID, creating a
255 Value *GetVal(const std::string &Name, Type *Ty, LocTy Loc);
256 Value *GetVal(unsigned ID, Type *Ty, LocTy Loc);
LLParser.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.h 335 /// GetVal - Get a value with the specified name or ID, creating a
338 Value *GetVal(const std::string &Name, Type *Ty, LocTy Loc);
339 Value *GetVal(unsigned ID, Type *Ty, LocTy Loc);
LLParser.cpp     [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmscgats.c 978 cmsBool GetVal(cmsIT8* it8, char* Buffer, cmsUInt32Number max, const char* ErrorTitle)
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 174 static UInt32 GetVal(UInt32 &res, unsigned numBits)
183 UInt32 len = GetVal(r, 2);
184 return GetVal(r, 1 + len);
211 if (GetVal(r, 1) == 0 || pos < 1024)
218 if (GetVal(r, 3) != 0)
236 UInt32 ppp = GetVal(r, numLogBits) + kAddBits;
240 rep0 = GetVal(r, ppp);
    [all...]

Completed in 353 milliseconds