Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1318 static bool isOperationFoldable(User *Usr) { in isOperationFoldable() function
1329 assert(isOperationFoldable(Usr) && "Precondition"); in constantFoldUser()
1394 if (isa<IntegerType>(Usr->getType()) && isOperationFoldable(Usr)) { in getEdgeValueLocal()
1442 ValUsesConditionAndMayBeFoldable = isOperationFoldable(Usr) && in getEdgeValueLocal()