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

  /external/v8/src/compiler/
node-properties.h 68 static bool IsConstant(Node* node) {
  /external/skia/src/animator/
SkOperand2.h 34 enum IsConstant {
44 IsConstant fIsConstant : 8;
51 bool isConstant() const { return fIsConstant == kConstant; }
  /art/compiler/optimizing/
induction_var_range.cc 227 bool InductionVarRange::IsConstant(HInductionVarAnalysis::InductionInfo* info,
310 if (IsConstant(info->op_a, kExact, &stride_value)) {
    [all...]
locations.h 94 bool IsConstant() const {
104 DCHECK(IsConstant());
278 return IsConstant() ? kConstant : KindField::Decode(value_);
bounds_check_elimination.cc 145 bool IsConstant() const {
231 return bound1.IsConstant() ? bound1 : bound2;
267 if (IsConstant() || (IsRelatedToArrayLength() && new_constant <= 0)) {
282 if (IsConstant() || IsRelatedToArrayLength()) {
319 bool IsConstantValueRange() { return lower_.IsConstant() && upper_.IsConstant(); }
428 if (!lower.IsConstant() || lower.GetConstant() == std::numeric_limits<int32_t>::min()) {
443 if (upper_bound.IsConstant()) {
478 if ((!upper.IsConstant() || upper.GetConstant() == std::numeric_limits<int32_t>::max()) &&
486 if (range->GetLower().IsConstant()) {
    [all...]
  /external/ceres-solver/internal/ceres/
parameter_block.h 129 bool IsConstant() const { return is_constant_; }
  /external/llvm/lib/AsmParser/
LLParser.cpp 417 bool LLParser::ParseGlobalType(bool &IsConstant) {
419 IsConstant = true;
421 IsConstant = false;
423 IsConstant = false;
790 bool IsConstant, IsExternallyInitialized;
799 ParseGlobalType(IsConstant) ||
854 GV->setConstant(IsConstant);
    [all...]
  /art/runtime/verifier/
reg_type.h 82 bool IsConstant() const {
134 return IsChar() || IsInteger() || IsFloat() || IsConstant() || IsByte() ||
151 return IsInteger() || IsConstant() || IsByte() || IsShort() || IsChar() ||
158 bool IsFloatTypes() const { return IsFloat() || IsConstant(); }
603 return IsConstant() && ConstantValue() >= 0 &&
607 return IsConstant() &&
612 return IsConstant() &&
    [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp 598 bool IsConstant = Type.isConstant(SemaRef.getASTContext());
609 if (IsConstant &&
    [all...]
  /external/v8/src/
types.h 492 bool IsConstant() {
840 DCHECK(type->IsConstant());
    [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 519 /*isConstant=*/true,
    [all...]

Completed in 726 milliseconds