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.cpp70 SetVector<Constant *> ExpandableUsers; in convertUsersOfConstantsToInstructions() local
73 if (!ExpandableUsers.insert(C)) in convertUsersOfConstantsToInstructions()
83 for (Constant *C : ExpandableUsers) in convertUsersOfConstantsToInstructions()
103 if (ExpandableUsers.contains(C)) { in convertUsersOfConstantsToInstructions()