Home | History | Annotate | Download | only in Sema

Lines Matching defs:ArgValue

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