Home
last modified time | relevance | path

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

/freebsd/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.cpp1040 for (unsigned IntParam : TETy->int_params()) in getMangledTypeStr() local
1041 Result += "_" + utostr(IntParam); in getMangledTypeStr()
H A DAsmWriter.cpp654 for (unsigned IntParam : TETy->int_params()) in print() local
655 OS << ", " << IntParam; in print()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1176 for (unsigned IntParam : TET->int_params()) in writeTypeTable() local
1177 TypeVals.push_back(IntParam); in writeTypeTable()