Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1535 static Value *simplifyReductionOperand(Value *Arg, bool CanReorderLanes) { in simplifyReductionOperand() function
3637 simplifyReductionOperand(Arg, /*CanReorderLanes=*/true)) { in visitCallInst()
3675 simplifyReductionOperand(Arg, /*CanReorderLanes=*/true)) { in visitCallInst()
3710 simplifyReductionOperand(Arg, /*CanReorderLanes=*/true)) { in visitCallInst()
3740 simplifyReductionOperand(Arg, /*CanReorderLanes=*/true)) { in visitCallInst()
3771 simplifyReductionOperand(Arg, /*CanReorderLanes=*/true)) { in visitCallInst()
3813 simplifyReductionOperand(Arg, /*CanReorderLanes=*/true)) { in visitCallInst()
3848 if (Value *NewOp = simplifyReductionOperand(Arg, CanReorderLanes)) { in visitCallInst()