Searched refs:constant_type (Results 1 – 9 of 9) sorted by relevance
100 auto* constant_type = context()->get_type_mgr()->GetType(type_id); in GetNullConstantForVariable() local101 auto* constant = constant_mgr->GetConstant(constant_type, {}); in GetNullConstantForVariable()
97 std::string constant_type; member106 const std::string input = "%1 = " + GetParam().constant_type + in TEST_P()112 << " type: " << GetParam().constant_type in TEST_P()376 const std::string input = "%1 = " + GetParam().constant_type + in TEST_P()
555 ConstantType constant_type = ConstantType::kUnknown; in CreateLiteralForConstrainedUses() local604 constant_type = GetInitValue(*use->to_apply()); in CreateLiteralForConstrainedUses()609 constant_type = GetInitValue(*use->scatter()); in CreateLiteralForConstrainedUses()633 switch (constant_type) { in CreateLiteralForConstrainedUses()
71 Node* comparison, Node* from_char_code, Type constant_type, in NON_EXPORTED_BASE()
460 Node* comparison, Node* from_char_code, Type constant_type, bool inverted) { in TryReduceStringComparisonOfStringFromSingleCharCode() argument463 if (!constant_type.IsHeapConstant()) return NoChange(); in TryReduceStringComparisonOfStringFromSingleCharCode()464 ObjectRef constant = constant_type.AsHeapConstant()->Ref(); in TryReduceStringComparisonOfStringFromSingleCharCode()