Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp68 int FstParam, SndParam; member
162 int FstParam = FnData->FstParam; in getAllocationDataForFunction() local
168 (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()