Home
last modified time | relevance | path

Searched refs:AmountVal (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DIteratorModeling.cpp286 const SVal &AmountVal = IsIterOnLHS ? RVal : LVal; in checkPostStmt() local
288 AmountVal); in checkPostStmt()
/external/clang/lib/CodeGen/
DCGExpr.cpp778 uint64_t AmountVal = isInc ? 1 : -1; in EmitComplexPrePostIncDec() local
779 NextVal = llvm::ConstantInt::get(InVal.first->getType(), AmountVal, true); in EmitComplexPrePostIncDec()
/external/llvm-project/clang/lib/CodeGen/
DCGExpr.cpp1027 uint64_t AmountVal = isInc ? 1 : -1; in EmitComplexPrePostIncDec() local
1028 NextVal = llvm::ConstantInt::get(InVal.first->getType(), AmountVal, true); in EmitComplexPrePostIncDec()