Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h537 Value *tryFactorizationFolds(BinaryOperator &I);
H A DInstructionCombining.cpp1082 Value *InstCombinerImpl::tryFactorizationFolds(BinaryOperator &I) { in tryFactorizationFolds() function in InstCombinerImpl
1132 if (Value *R = tryFactorizationFolds(I)) in foldUsingDistributiveLaws()