Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DConstants.cpp3310 unsigned NumUpdated = 0; in handleOperandChangeImpl() local
3321 ++NumUpdated; in handleOperandChangeImpl()
3339 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl()
3353 unsigned NumUpdated = 0; in handleOperandChangeImpl() local
3361 ++NumUpdated; in handleOperandChangeImpl()
3384 unsigned NumUpdated = 0; in handleOperandChangeImpl() local
3390 ++NumUpdated; in handleOperandChangeImpl()
3409 unsigned NumUpdated = 0; in handleOperandChangeImpl() local
3415 ++NumUpdated; in handleOperandChangeImpl()
3420 assert(NumUpdated && "I didn't contain From!"); in handleOperandChangeImpl()
[all …]
H A DConstantsContext.h660 Constant *To, unsigned NumUpdated = 0,
673 if (NumUpdated == 1) {