Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h455 Value *tryFactorizationFolds(BinaryOperator &I);
H A DInstructionCombining.cpp735 Value *InstCombinerImpl::tryFactorizationFolds(BinaryOperator &I) { in tryFactorizationFolds() function in InstCombinerImpl
785 if (Value *R = tryFactorizationFolds(I)) in foldUsingDistributiveLaws()