Searched refs:constant_type (Results 1 – 5 of 5) sorted by relevance
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()374 const std::string input = "%1 = " + GetParam().constant_type + in TEST_P()
444 ConstantType constant_type = ConstantType::kUnknown; in CreateLiteralForConstrainedUses() local486 constant_type = GetInitValue(*use->to_apply()); in CreateLiteralForConstrainedUses()491 constant_type = GetInitValue(*use->scatter()); in CreateLiteralForConstrainedUses()515 switch (constant_type) { in CreateLiteralForConstrainedUses()
61 Node* comparison, Node* from_char_code, Type constant_type, in NON_EXPORTED_BASE()
365 Node* comparison, Node* from_char_code, Type constant_type, bool inverted) { in TryReduceStringComparisonOfStringFromSingleCharCode() argument368 if (!constant_type.IsHeapConstant()) return NoChange(); in TryReduceStringComparisonOfStringFromSingleCharCode()369 ObjectRef constant = constant_type.AsHeapConstant()->Ref(); in TryReduceStringComparisonOfStringFromSingleCharCode()