Home
last modified time | relevance | path

Searched refs:LowerNegateToMultiply (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DReassociate.cpp212 static Instruction *LowerNegateToMultiply(Instruction *Neg, in LowerNegateToMultiply() function
285 LHS = LowerNegateToMultiply(cast<Instruction>(LHS), ValueRankMap); in LinearizeExprTree()
289 RHS = LowerNegateToMultiply(cast<Instruction>(RHS), ValueRankMap); in LinearizeExprTree()
1010 BI = LowerNegateToMultiply(BI, ValueRankMap); in ReassociateInst()
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp253 static BinaryOperator *LowerNegateToMultiply(Instruction *Neg) { in LowerNegateToMultiply() function
563 BO = LowerNegateToMultiply(BO); in LinearizeExprTree()
2025 Instruction *NI = LowerNegateToMultiply(I); in OptimizeInst()
2051 Instruction *NI = LowerNegateToMultiply(I); in OptimizeInst()