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

/external/swiftshader/third_party/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
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h508 bool SimplifyAssociativeOrCommutative(BinaryOperator &I);
H A DInstCombineAddSub.cpp1031 bool Changed = SimplifyAssociativeOrCommutative(I);
1296 bool Changed = SimplifyAssociativeOrCommutative(I);
H A DInstCombineMulDivRem.cpp176 bool Changed = SimplifyAssociativeOrCommutative(I);
538 bool Changed = SimplifyAssociativeOrCommutative(I);
H A DInstCombineAndOrXor.cpp1309 bool Changed = SimplifyAssociativeOrCommutative(I);
2123 bool Changed = SimplifyAssociativeOrCommutative(I);
2476 bool Changed = SimplifyAssociativeOrCommutative(I);
H A DInstructionCombining.cpp185 bool InstCombiner::SimplifyAssociativeOrCommutative(BinaryOperator &I) { function in class:InstCombiner

Completed in 213 milliseconds