Searched refs:SndParam (Results 1 – 1 of 1) sorted by relevance
107 int FstParam, SndParam; member200 int SndParam = FnData->SndParam; in getAllocationDataForFunction() local208 (SndParam < 0 || in getAllocationDataForFunction()209 FTy->getParamType(SndParam)->isIntegerTy(32) || in getAllocationDataForFunction()210 FTy->getParamType(SndParam)->isIntegerTy(64))) in getAllocationDataForFunction()262 Result.SndParam = Args.second.value_or(-1); in getAllocationSize()435 if (FnData->SndParam < 0) in getAllocSize()438 Arg = dyn_cast<ConstantInt>(Mapper(CB->getArgOperand(FnData->SndParam))); in getAllocSize()1159 if (FnData->SndParam < 0) in visitCallBase()1162 Value *SecondArg = CB.getArgOperand(FnData->SndParam); in visitCallBase()