Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2013 static Instruction *reassociateForUses(BinaryOperator &BO, in reassociateForUses() function
2696 if (Instruction *R = reassociateForUses(I, Builder)) in visitAnd()
3866 if (Instruction *R = reassociateForUses(I, Builder)) in visitOr()
4811 if (Instruction *R = reassociateForUses(I, Builder)) in visitXor()