Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp100 bool Changed = SimplifyAssociativeOrCommutative(I); in visitMul()
256 bool Changed = SimplifyAssociativeOrCommutative(I); in visitFMul()
DInstCombineAddSub.cpp87 bool Changed = SimplifyAssociativeOrCommutative(I); in visitAdd()
325 bool Changed = SimplifyAssociativeOrCommutative(I); in visitFAdd()
DInstCombine.h307 bool SimplifyAssociativeOrCommutative(BinaryOperator &I);
DInstCombineAndOrXor.cpp1034 bool Changed = SimplifyAssociativeOrCommutative(I); in visitAnd()
1754 bool Changed = SimplifyAssociativeOrCommutative(I); in visitOr()
2066 bool Changed = SimplifyAssociativeOrCommutative(I); in visitXor()
DInstructionCombining.cpp171 bool InstCombiner::SimplifyAssociativeOrCommutative(BinaryOperator &I) { in SimplifyAssociativeOrCommutative() function in InstCombiner
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h508 bool SimplifyAssociativeOrCommutative(BinaryOperator &I);
DInstCombineAddSub.cpp1031 bool Changed = SimplifyAssociativeOrCommutative(I); in visitAdd()
1296 bool Changed = SimplifyAssociativeOrCommutative(I); in visitFAdd()
DInstCombineMulDivRem.cpp176 bool Changed = SimplifyAssociativeOrCommutative(I); in visitMul()
538 bool Changed = SimplifyAssociativeOrCommutative(I); in visitFMul()
DInstCombineAndOrXor.cpp1309 bool Changed = SimplifyAssociativeOrCommutative(I); in visitAnd()
2123 bool Changed = SimplifyAssociativeOrCommutative(I); in visitOr()
2476 bool Changed = SimplifyAssociativeOrCommutative(I); in visitXor()
DInstructionCombining.cpp185 bool InstCombiner::SimplifyAssociativeOrCommutative(BinaryOperator &I) { in SimplifyAssociativeOrCommutative() function in InstCombiner