Searched refs:reassociateBooleanAndOr (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineInternal.h | 439 Value *reassociateBooleanAndOr(Value *LHS, Value *X, Value *Y, Instruction &I,
|
| H A D | InstCombineAndOrXor.cpp | 2366 Value *InstCombinerImpl::reassociateBooleanAndOr(Value *LHS, Value *X, Value *Y, in reassociateBooleanAndOr() function in InstCombinerImpl 2769 if (auto *V = reassociateBooleanAndOr(Op0, X, Y, I, /*IsAnd=*/true, in visitAnd() 2775 if (auto *V = reassociateBooleanAndOr(Op1, X, Y, I, /*IsAnd=*/true, in visitAnd() 4018 if (auto *V = reassociateBooleanAndOr(Op0, X, Y, I, /*IsAnd=*/false, in visitOr() 4024 if (auto *V = reassociateBooleanAndOr(Op1, X, Y, I, /*IsAnd=*/false, in visitOr()
|