Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1219 static void FindSingleUseMultiplyFactors(Value *V, in FindSingleUseMultiplyFactors() function
1228 FindSingleUseMultiplyFactors(BO->getOperand(1), Factors); in FindSingleUseMultiplyFactors()
1229 FindSingleUseMultiplyFactors(BO->getOperand(0), Factors); in FindSingleUseMultiplyFactors()
1642 FindSingleUseMultiplyFactors(BOp, Factors); in OptimizeAdd()