Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DLazyValueInfo.cpp1278 static bool isOperationFoldable(User *Usr) { in isOperationFoldable() function
1289 assert(isOperationFoldable(Usr) && "Precondition"); in constantFoldUser()
1353 if (isa<IntegerType>(Usr->getType()) && isOperationFoldable(Usr)) { in getEdgeValueLocal()
1401 ValUsesConditionAndMayBeFoldable = isOperationFoldable(Usr) && in getEdgeValueLocal()