Searched refs:AmountVal (Results 1 – 2 of 2) sorted by relevance
285 SVal AmountVal = IsIterOnLHS ? RVal : LVal; in checkPostStmt() local287 AmountVal); in checkPostStmt()
1218 uint64_t AmountVal = isInc ? 1 : -1; in EmitComplexPrePostIncDec() local1219 NextVal = llvm::ConstantInt::get(InVal.first->getType(), AmountVal, true); in EmitComplexPrePostIncDec()