Home | History | Annotate | Download | only in Sema

Lines Matching defs:ArgValue

326         llvm::APInt ArgValue = IL->getValue();
327 uint64_t ParamIdxFromOne = ArgValue.getZExtValue();
329 if(!ArgValue.isStrictlyPositive() || ParamIdxFromOne > NumParams) {