Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp3102 unsigned NumUpdated = 0; in handleOperandChangeImpl() local
3113 ++NumUpdated; in handleOperandChangeImpl()
3131 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl()
3145 unsigned NumUpdated = 0; in handleOperandChangeImpl() local
3153 ++NumUpdated; in handleOperandChangeImpl()
3176 unsigned NumUpdated = 0; in handleOperandChangeImpl() local
3182 ++NumUpdated; in handleOperandChangeImpl()
3201 unsigned NumUpdated = 0; in handleOperandChangeImpl() local
3207 ++NumUpdated; in handleOperandChangeImpl()
3212 assert(NumUpdated && "I didn't contain From!"); in handleOperandChangeImpl()
[all …]
H A DConstantsContext.h623 Constant *To, unsigned NumUpdated = 0,
636 if (NumUpdated == 1) {