Searched refs:FstParam (Results 1 – 1 of 1) sorted by relevance
68 int FstParam, SndParam; member162 int FstParam = FnData->FstParam; in getAllocationDataForFunction() local168 (FstParam < 0 || in getAllocationDataForFunction()169 (FTy->getParamType(FstParam)->isIntegerTy(32) || in getAllocationDataForFunction()170 FTy->getParamType(FstParam)->isIntegerTy(64))) && in getAllocationDataForFunction()228 Result.FstParam = Args.first; in getAllocationSize()713 if (FnData->FstParam > 0) { in visitCallBase()715 dyn_cast<ConstantInt>(CB.getArgOperand(FnData->FstParam)); in visitCallBase()726 ConstantInt *Arg = dyn_cast<ConstantInt>(CB.getArgOperand(FnData->FstParam)); in visitCallBase()984 Value *FirstArg = CB.getArgOperand(FnData->FstParam); in visitCallBase()