Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDType.cpp792 for (unsigned IntParam : Ints) in TargetExtType() local
793 *IntParamSpace++ = IntParam; in TargetExtType()
HDFunction.cpp1040 for (unsigned IntParam : TETy->int_params()) in getMangledTypeStr() local
1041 Result += "_" + utostr(IntParam); in getMangledTypeStr()
HDAsmWriter.cpp654 for (unsigned IntParam : TETy->int_params()) in print() local
655 OS << ", " << IntParam; in print()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp1176 for (unsigned IntParam : TET->int_params()) in writeTypeTable() local
1177 TypeVals.push_back(IntParam); in writeTypeTable()