Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1374 bool ValUsesConditionAndMayBeFoldable = false; in getEdgeValueLocal() local
1378 ValUsesConditionAndMayBeFoldable = isOperationFoldable(Usr) && in getEdgeValueLocal()
1380 if (!ValUsesConditionAndMayBeFoldable) in getEdgeValueLocal()
1383 assert((Condition == Val || ValUsesConditionAndMayBeFoldable) && in getEdgeValueLocal()
1393 if (ValUsesConditionAndMayBeFoldable) { in getEdgeValueLocal()