Home | History | Annotate | Download | only in Sema

Lines Matching defs:ArgValue

503         llvm::APInt ArgValue = IL->getValue();
504 uint64_t ParamIdxFromOne = ArgValue.getZExtValue();
506 if(!ArgValue.isStrictlyPositive() || ParamIdxFromOne > NumParams) {