Searched refs:SimplifyAssociativeOrCommutative (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h305 /// SimplifyAssociativeOrCommutative - This performs a few simplifications for
307 bool SimplifyAssociativeOrCommutative(BinaryOperator &I);
H A DInstCombineAddSub.cpp87 bool Changed = SimplifyAssociativeOrCommutative(I);
325 bool Changed = SimplifyAssociativeOrCommutative(I);
H A DInstCombineMulDivRem.cpp100 bool Changed = SimplifyAssociativeOrCommutative(I);
256 bool Changed = SimplifyAssociativeOrCommutative(I);
H A DInstCombineAndOrXor.cpp1034 bool Changed = SimplifyAssociativeOrCommutative(I);
1754 bool Changed = SimplifyAssociativeOrCommutative(I);
2066 bool Changed = SimplifyAssociativeOrCommutative(I);
H A DInstructionCombining.cpp150 /// SimplifyAssociativeOrCommutative - This performs a few simplifications for
171 bool InstCombiner::SimplifyAssociativeOrCommutative(BinaryOperator &I) { function in class:InstCombiner

Completed in 151 milliseconds