Searched refs:BreakUpSubtract (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DReassociate.cpp491 /// BreakUpSubtract - If we have (X-Y), and if either X is an add, or if this is
494 static Instruction *BreakUpSubtract(Instruction *Sub, function
998 BI = BreakUpSubtract(BI, ValueRankMap);
999 // Reset the BBI iterator in case BreakUpSubtract changed the
/external/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp906 BreakUpSubtract(Instruction *Sub, SetVector<AssertingVH<Instruction>> &ToRedo) { function
2015 Instruction *NI = BreakUpSubtract(I, RedoInsts);
2039 Instruction *NI = BreakUpSubtract(I, RedoInsts);

Completed in 149 milliseconds