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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h332 /// SimplifyAssociativeOrCommutative - This performs a few simplifications for
334 bool SimplifyAssociativeOrCommutative(BinaryOperator &I);
H A DInstCombineAddSub.cpp1021 bool Changed = SimplifyAssociativeOrCommutative(I);
1273 bool Changed = SimplifyAssociativeOrCommutative(I);
H A DInstCombineMulDivRem.cpp120 bool Changed = SimplifyAssociativeOrCommutative(I);
434 bool Changed = SimplifyAssociativeOrCommutative(I);
H A DInstCombineAndOrXor.cpp1106 bool Changed = SimplifyAssociativeOrCommutative(I);
1910 bool Changed = SimplifyAssociativeOrCommutative(I);
2222 bool Changed = SimplifyAssociativeOrCommutative(I);
H A DInstructionCombining.cpp182 /// SimplifyAssociativeOrCommutative - This performs a few simplifications for
203 bool InstCombiner::SimplifyAssociativeOrCommutative(BinaryOperator &I) { function in class:InstCombiner

Completed in 124 milliseconds