Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp107 int FstParam, SndParam; member
199 int FstParam = FnData->FstParam; in getAllocationDataForFunction() local
205 (FstParam < 0 || in getAllocationDataForFunction()
206 (FTy->getParamType(FstParam)->isIntegerTy(32) || in getAllocationDataForFunction()
207 FTy->getParamType(FstParam)->isIntegerTy(64))) && in getAllocationDataForFunction()
261 Result.FstParam = Args.first; in getAllocationSize()
412 if (FnData->FstParam > 0) { in getAllocSize()
414 dyn_cast<ConstantInt>(Mapper(CB->getArgOperand(FnData->FstParam))); in getAllocSize()
426 dyn_cast<ConstantInt>(Mapper(CB->getArgOperand(FnData->FstParam))); in getAllocSize()
1157 Value *FirstArg = CB.getArgOperand(FnData->FstParam); in visitCallBase()