Home
last modified time | relevance | path

Searched defs:isReducible (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleInfo.h97 bool isReducible() const { return Entries.size() == 1; } in isReducible() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp995 auto isReducible = [](const Value *B, const Value *D, const Value *E) { in foldNegativePower2AndShiftedMask() local