Searched refs:AmountVal (Results 1 - 1 of 1) sorted by relevance
/external/clang/lib/CodeGen/ | ||
H A D | CGExpr.cpp | 753 uint64_t AmountVal = isInc ? 1 : -1; local 754 NextVal = llvm::ConstantInt::get(InVal.first->getType(), AmountVal, true); |
Completed in 284 milliseconds