Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DMemoryBuiltins.cpp102 int FstParam, SndParam; member
191 int SndParam = FnData->SndParam; in getAllocationDataForFunction() local
199 (SndParam < 0 || in getAllocationDataForFunction()
200 FTy->getParamType(SndParam)->isIntegerTy(32) || in getAllocationDataForFunction()
201 FTy->getParamType(SndParam)->isIntegerTy(64))) in getAllocationDataForFunction()
254 Result.SndParam = Args.second.value_or(-1); in getAllocationSize()
410 if (FnData->SndParam < 0) in getAllocSize()
413 Arg = dyn_cast<ConstantInt>(Mapper(CB->getArgOperand(FnData->SndParam))); in getAllocSize()
1128 if (FnData->SndParam < 0) in visitCallBase()
1131 Value *SecondArg = CB.getArgOperand(FnData->SndParam); in visitCallBase()