Home
last modified time | relevance | path

Searched refs:FstParam (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp109 int FstParam, SndParam; member
205 int FstParam = FnData->FstParam; in getAllocationDataForFunction() local
211 (FstParam < 0 || in getAllocationDataForFunction()
212 (FTy->getParamType(FstParam)->isIntegerTy(32) || in getAllocationDataForFunction()
213 FTy->getParamType(FstParam)->isIntegerTy(64))) && in getAllocationDataForFunction()
268 Result.FstParam = Args.first; in getAllocationSize()
399 if (FnData->FstParam > 0) { in getAllocSize()
401 dyn_cast<ConstantInt>(Mapper(CB->getArgOperand(FnData->FstParam))); in getAllocSize()
413 dyn_cast<ConstantInt>(Mapper(CB->getArgOperand(FnData->FstParam))); in getAllocSize()
1169 Value *FirstArg = CB.getArgOperand(FnData->FstParam); in visitCallBase()