Searched defs:input_type (Results 1 – 3 of 3) sorted by relevance
103 auto input_type = input.GetInst()->GetType(); in SetTypeByInputs() local179 auto input_type = input_inst->GetType(); in CheckPhiInputs() local
249 auto input_type = inst->GetInputType(input_idx); in FixInstructions() local
1176 def __init__(self, test_path, input_type): argument