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.cpp1434 static Value *simplifyReductionOperand(Value *Arg, bool CanReorderLanes) { in simplifyReductionOperand() function
3356 simplifyReductionOperand(Arg, /*CanReorderLanes=*/true)) { in visitCallInst()
3394 simplifyReductionOperand(Arg, /*CanReorderLanes=*/true)) { in visitCallInst()
3429 simplifyReductionOperand(Arg, /*CanReorderLanes=*/true)) { in visitCallInst()
3459 simplifyReductionOperand(Arg, /*CanReorderLanes=*/true)) { in visitCallInst()
3490 simplifyReductionOperand(Arg, /*CanReorderLanes=*/true)) { in visitCallInst()
3532 simplifyReductionOperand(Arg, /*CanReorderLanes=*/true)) { in visitCallInst()
3567 if (Value *NewOp = simplifyReductionOperand(Arg, CanReorderLanes)) { in visitCallInst()