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