Home
last modified time | relevance | path

Searched refs:get_idx_from_ir_value_match (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/UpdateTestChecks/
H A Dcommon.py488 def get_idx_from_ir_value_match(match): function
497 return match.group(get_idx_from_ir_value_match(match) + first_nameless_group_in_ir_value_match)
502 return nameless_values[get_idx_from_ir_value_match(match)].check_prefix
507 idx = get_idx_from_ir_value_match(match)
513 idx = get_idx_from_ir_value_match(match)
522 idx = get_idx_from_ir_value_match(match)
529 return nameless_values[get_idx_from_ir_value_match(match)].ir_prefix == '%'
533 return nameless_values[get_idx_from_ir_value_match(match)].global_ir_prefix is not None