Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DReplaceConstant.cpp21 static bool isExpandableUser(User *U) { in isExpandableUser() function
60 assert(isExpandableUser(C) && "One of the constants is not expandable"); in convertUsersOfConstantsToInstructions()
64 if (isExpandableUser(U)) in convertUsersOfConstantsToInstructions()
77 if (isExpandableUser(Nested)) in convertUsersOfConstantsToInstructions()