OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindSingleUseMultiplyFactors
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
Reassociate.cpp
625
///
FindSingleUseMultiplyFactors
- If V is a single-use multiply, recursively
629
static void
FindSingleUseMultiplyFactors
(Value *V,
654
FindSingleUseMultiplyFactors
(BO->getOperand(1), Factors, Ops, false);
655
FindSingleUseMultiplyFactors
(BO->getOperand(0), Factors, Ops, false);
799
FindSingleUseMultiplyFactors
(BOp, Factors, Ops, true);
[
all
...]
/external/llvm/lib/Transforms/Scalar/
Reassociate.cpp
[
all
...]
Completed in 247 milliseconds