Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DMemoryBuiltins.cpp102 int FstParam, SndParam; member
190 int FstParam = FnData->FstParam; in getAllocationDataForFunction() local
196 (FstParam < 0 || in getAllocationDataForFunction()
197 (FTy->getParamType(FstParam)->isIntegerTy(32) || in getAllocationDataForFunction()
198 FTy->getParamType(FstParam)->isIntegerTy(64))) && in getAllocationDataForFunction()
253 Result.FstParam = Args.first; in getAllocationSize()
387 if (FnData->FstParam > 0) { in getAllocSize()
389 dyn_cast<ConstantInt>(Mapper(CB->getArgOperand(FnData->FstParam))); in getAllocSize()
401 dyn_cast<ConstantInt>(Mapper(CB->getArgOperand(FnData->FstParam))); in getAllocSize()
1126 Value *FirstArg = CB.getArgOperand(FnData->FstParam); in visitCallBase()