Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/IR/
H A DType.cpp808 for (unsigned IntParam : Ints) in TargetExtType() local
809 *IntParamSpace++ = IntParam; in TargetExtType()
H A DFunction.cpp944 for (unsigned IntParam : TETy->int_params()) in getMangledTypeStr() local
945 Result += "_" + utostr(IntParam); in getMangledTypeStr()
H A DAsmWriter.cpp632 for (unsigned IntParam : TETy->int_params()) in print() local
633 OS << ", " << IntParam; in print()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1067 for (unsigned IntParam : TET->int_params()) in writeTypeTable() local
1068 TypeVals.push_back(IntParam); in writeTypeTable()