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
63 assert(isExpandableUser(C) && "One of the constants is not expandable"); in convertUsersOfConstantsToInstructions()
67 if (isExpandableUser(U)) in convertUsersOfConstantsToInstructions()
80 if (isExpandableUser(Nested)) in convertUsersOfConstantsToInstructions()