Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyValueInfo.cpp1308 bool ValUsesConditionAndMayBeFoldable = false; in getEdgeValueLocal() local
1312 ValUsesConditionAndMayBeFoldable = isOperationFoldable(Usr) && in getEdgeValueLocal()
1314 if (!ValUsesConditionAndMayBeFoldable) in getEdgeValueLocal()
1317 assert((Condition == Val || ValUsesConditionAndMayBeFoldable) && in getEdgeValueLocal()
1327 if (ValUsesConditionAndMayBeFoldable) { in getEdgeValueLocal()