Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyValueInfo.cpp1459 bool ValUsesConditionAndMayBeFoldable = false; in getEdgeValueLocal() local
1463 ValUsesConditionAndMayBeFoldable = isOperationFoldable(Usr) && in getEdgeValueLocal()
1465 if (!ValUsesConditionAndMayBeFoldable) in getEdgeValueLocal()
1468 assert((Condition == Val || ValUsesConditionAndMayBeFoldable) && in getEdgeValueLocal()
1478 if (ValUsesConditionAndMayBeFoldable) { in getEdgeValueLocal()