Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1523 bool ValUsesConditionAndMayBeFoldable = false; in getEdgeValueLocal() local
1527 ValUsesConditionAndMayBeFoldable = isOperationFoldable(Usr) && in getEdgeValueLocal()
1529 if (!ValUsesConditionAndMayBeFoldable) in getEdgeValueLocal()
1532 assert((Condition == Val || ValUsesConditionAndMayBeFoldable) && in getEdgeValueLocal()
1542 if (ValUsesConditionAndMayBeFoldable) { in getEdgeValueLocal()