Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Analysis/
DLazyValueInfo.cpp1254 static bool isOperationFoldable(User *Usr) { in isOperationFoldable() function
1265 assert(isOperationFoldable(Usr) && "Precondition"); in constantFoldUser()
1329 if (isa<IntegerType>(Usr->getType()) && isOperationFoldable(Usr)) { in getEdgeValueLocal()
1376 ValUsesConditionAndMayBeFoldable = isOperationFoldable(Usr) && in getEdgeValueLocal()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyValueInfo.cpp1344 static bool isOperationFoldable(User *Usr) { in isOperationFoldable() function
1355 assert(isOperationFoldable(Usr) && "Precondition"); in constantFoldUser()
1416 if (isa<IntegerType>(Usr->getType()) && isOperationFoldable(Usr)) { in getEdgeValueLocal()
1463 ValUsesConditionAndMayBeFoldable = isOperationFoldable(Usr) && in getEdgeValueLocal()