Searched refs:scopeObj (Results 1 – 1 of 1) sorted by relevance
2466 auto &scopeObj = getObject(id); in GetConstScalarInt() local2467 ASSERT(scopeObj.kind == Object::Kind::Constant); in GetConstScalarInt()2468 ASSERT(getType(scopeObj).componentCount == 1); in GetConstScalarInt()2469 return scopeObj.constantValue[0]; in GetConstScalarInt()