Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp792 for (unsigned IntParam : Ints) in TargetExtType() local
793 *IntParamSpace++ = IntParam; in TargetExtType()
H A DFunction.cpp979 for (unsigned IntParam : TETy->int_params()) in getMangledTypeStr() local
980 Result += "_" + utostr(IntParam); in getMangledTypeStr()
H A DAsmWriter.cpp647 for (unsigned IntParam : TETy->int_params()) in print() local
648 OS << ", " << IntParam; in print()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1088 for (unsigned IntParam : TET->int_params()) in writeTypeTable() local
1089 TypeVals.push_back(IntParam); in writeTypeTable()