Searched defs:FstParam (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp49 signed char FstParam, SndParam; member in struct:AllocFnsTy
126 int FstParam = FnData->FstParam; local
132 (FstParam < 0 ||
133 (FTy->getParamType(FstParam)->isIntegerTy(32) ||
134 FTy->getParamType(FstParam)->isIntegerTy(64))) &&
484 if (FnData->FstParam > 0) {
485 ConstantInt *Arg= dyn_cast<ConstantInt>(CS.getArgument(FnData->FstParam));
496 ConstantInt *Arg = dyn_cast<ConstantInt>(CS.getArgument(FnData->FstParam));
703 Value *FirstArg = CS.getArgument(FnData->FstParam);
[all...]

Completed in 938 milliseconds