Searched refs:IntParam (Results 1 – 4 of 4) sorted by relevance
808 for (unsigned IntParam : Ints) in TargetExtType() local809 *IntParamSpace++ = IntParam; in TargetExtType()
944 for (unsigned IntParam : TETy->int_params()) in getMangledTypeStr() local945 Result += "_" + utostr(IntParam); in getMangledTypeStr()
632 for (unsigned IntParam : TETy->int_params()) in print() local633 OS << ", " << IntParam; in print()
1067 for (unsigned IntParam : TET->int_params()) in writeTypeTable() local1068 TypeVals.push_back(IntParam); in writeTypeTable()