Home
last modified time | relevance | path

Searched refs:NumUpdated (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2099 unsigned NumUpdated = 0; in handleOperandChangeImpl() local
2108 ++NumUpdated; in handleOperandChangeImpl()
2114 Values, this, From, To, NumUpdated, OperandNo); in handleOperandChangeImpl()
3278 unsigned NumUpdated = 0; in handleOperandChangeImpl() local
3289 ++NumUpdated; in handleOperandChangeImpl()
3307 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl()
3321 unsigned NumUpdated = 0; in handleOperandChangeImpl() local
3329 ++NumUpdated; in handleOperandChangeImpl()
3343 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl()
3352 unsigned NumUpdated = 0; in handleOperandChangeImpl() local
[all …]
H A DConstantsContext.h655 Constant *To, unsigned NumUpdated = 0,
668 if (NumUpdated == 1) {