Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2094 static Instruction *reassociateForUses(BinaryOperator &BO, in reassociateForUses() function
2806 if (Instruction *R = reassociateForUses(I, Builder)) in visitAnd()
3985 if (Instruction *R = reassociateForUses(I, Builder)) in visitOr()
4936 if (Instruction *R = reassociateForUses(I, Builder)) in visitXor()