Home | History | Annotate | Download | only in Sema

Lines Matching refs:ArgValue

547         llvm::APInt ArgValue = IL->getValue();
548 uint64_t ParamIdxFromOne = ArgValue.getZExtValue();
550 if(!ArgValue.isStrictlyPositive() || ParamIdxFromOne > NumParams) {