Searched refs:SndParam (Results 1 – 1 of 1) sorted by relevance
109 int FstParam, SndParam; member206 int SndParam = FnData->SndParam; in getAllocationDataForFunction() local214 (SndParam < 0 || in getAllocationDataForFunction()215 FTy->getParamType(SndParam)->isIntegerTy(32) || in getAllocationDataForFunction()216 FTy->getParamType(SndParam)->isIntegerTy(64))) in getAllocationDataForFunction()269 Result.SndParam = Args.second.value_or(-1); in getAllocationSize()422 if (FnData->SndParam < 0) in getAllocSize()425 Arg = dyn_cast<ConstantInt>(Mapper(CB->getArgOperand(FnData->SndParam))); in getAllocSize()1171 if (FnData->SndParam < 0) in visitCallBase()1174 Value *SecondArg = CB.getArgOperand(FnData->SndParam); in visitCallBase()