Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1256 static bool isOperationFoldable(User *Usr) { in isOperationFoldable() function
1267 assert(isOperationFoldable(Usr) && "Precondition"); in constantFoldUser()
1331 if (isa<IntegerType>(Usr->getType()) && isOperationFoldable(Usr)) { in getEdgeValueLocal()
1378 ValUsesConditionAndMayBeFoldable = isOperationFoldable(Usr) && in getEdgeValueLocal()