Searched refs:ParamCount (Results 1 – 4 of 4) sorted by relevance
421 int ParamCount(CallDescriptor* desc) { in ParamCount() function433 int num_params = ParamCount(desc); in Run()721 for (int i = 0; i < ParamCount(desc); i++) { in Build_Int32_WeightedSum()731 for (int i = 0; i < ParamCount(desc); i++) { in Compute_Int32_WeightedSum()789 int count = ParamCount(desc); in RunSelect()954 int num_params = ParamCount(desc); in Build_Select_With_Call()
557 if ParamCount >= 1 then
801 LLVMTypeRef *ParamTypes, unsigned ParamCount,
400 LLVMTypeRef *ParamTypes, unsigned ParamCount, in LLVMFunctionType() argument402 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMFunctionType()