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

  /art/compiler/optimizing/
induction_var_range.cc 157 *min_val = GetVal(info, trip, in_body, /* is_min */ true);
158 *max_val = SimplifyMax(GetVal(info, trip, in_body, /* is_min */ false));
241 Value v_min = GetVal(info, nullptr, in_body, /* is_min */ true);
242 Value v_max = GetVal(info, nullptr, in_body, /* is_min */ false);
322 return GetVal(&cancelled_trip, trip, in_body, is_min);
337 return SubValue(Value(0), GetVal(&cancelled_trip, trip, in_body, !is_min));
345 GetVal(info->op_b, trip, in_body, is_min));
382 InductionVarRange::Value InductionVarRange::GetVal(HInductionVarAnalysis::InductionInfo* info,
392 return AddValue(GetVal(info->op_a, trip, in_body, is_min),
393 GetVal(info->op_b, trip, in_body, is_min))
    [all...]
induction_var_range.h 149 Value GetVal(HInductionVarAnalysis::InductionInfo* info,
induction_var_range_test.cc 201 return range_.GetVal(info, induc, /* in_body */ true, /* is_min */ true);
206 return range_.GetVal(info, induc, /* in_body */ true, /* is_min */ false);
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.h 329 /// GetVal - Get a value with the specified name or ID, creating a
332 Value *GetVal(const std::string &Name, Type *Ty, LocTy Loc);
333 Value *GetVal(unsigned ID, Type *Ty, LocTy Loc);
LLParser.cpp     [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmscgats.c 977 cmsBool GetVal(cmsIT8* it8, char* Buffer, cmsUInt32Number max, const char* ErrorTitle)
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 130 UInt32 GetVal(UInt32 &res, unsigned numBits)
138 UInt32 len = GetVal(res, 2);
139 return GetVal(res, 1 + len);
156 if (GetVal(res, 1) == 0 || pos < 1024)
162 if (GetVal(res, 3) != 0)
167 UInt32 ppp = GetVal(res, 5) + 6;
171 rep0 = /* (1 << ppp) +*/ GetVal(res, ppp);
    [all...]

Completed in 357 milliseconds