Searched refs:SndParam (Results 1 – 1 of 1) sorted by relevance
108 int FstParam, SndParam; member203 int SndParam = FnData->SndParam; in getAllocationDataForFunction() local211 (SndParam < 0 || in getAllocationDataForFunction()212 FTy->getParamType(SndParam)->isIntegerTy(32) || in getAllocationDataForFunction()213 FTy->getParamType(SndParam)->isIntegerTy(64))) in getAllocationDataForFunction()257 Result.SndParam = Args.second.value_or(-1); in getAllocationSize()410 if (FnData->SndParam < 0) in getAllocSize()413 Arg = dyn_cast<ConstantInt>(Mapper(CB->getArgOperand(FnData->SndParam))); in getAllocSize()1313 if (FnData->SndParam < 0) in visitCallBase()1316 Value *SecondArg = CB.getArgOperand(FnData->SndParam); in visitCallBase()