Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp21806 static Value *getRdxOperand(Instruction *I, unsigned Index) { in getRdxOperand() function in __anon07b2d7741c111::HorizontalReduction
22123 Value *EdgeVal = getRdxOperand(TreeN, I); in matchAssociativeReduction()
22311 getRdxOperand(I, 0) == VectorizedTree; in tryToReduce()
22317 return isBoolLogicOp(I) && getRdxOperand(I, 0) == Res; in tryToReduce()
22801 getRdxOperand(RedOp1, 0) == LHS || in tryToReduce()
22805 getRdxOperand(RedOp2, 0) == RHS || in tryToReduce()