Home
last modified time | relevance | path

Searched refs:SndParam (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
163 int SndParam = FnData->SndParam; in getAllocationDataForFunction() local
171 (SndParam < 0 || in getAllocationDataForFunction()
172 FTy->getParamType(SndParam)->isIntegerTy(32) || in getAllocationDataForFunction()
173 FTy->getParamType(SndParam)->isIntegerTy(64))) in getAllocationDataForFunction()
229 Result.SndParam = Args.second.getValueOr(-1); in getAllocationSize()
735 if (FnData->SndParam < 0) in visitCallBase()
738 Arg = dyn_cast<ConstantInt>(CB.getArgOperand(FnData->SndParam)); in visitCallBase()
986 if (FnData->SndParam < 0) in visitCallBase()
989 Value *SecondArg = CB.getArgOperand(FnData->SndParam); in visitCallBase()