Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DReplaceConstant.cpp73 SetVector<Constant *> ExpandableUsers; in convertUsersOfConstantsToInstructions() local
76 if (!ExpandableUsers.insert(C)) in convertUsersOfConstantsToInstructions()
86 for (Constant *C : ExpandableUsers) in convertUsersOfConstantsToInstructions()
106 if (ExpandableUsers.contains(C)) { in convertUsersOfConstantsToInstructions()