Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineInternal.h537 Value *tryFactorizationFolds(BinaryOperator &I);
HDInstructionCombining.cpp1082 Value *InstCombinerImpl::tryFactorizationFolds(BinaryOperator &I) { in tryFactorizationFolds() function in InstCombinerImpl
1132 if (Value *R = tryFactorizationFolds(I)) in foldUsingDistributiveLaws()