Searched refs:CanReorderLanes (Results 1 – 1 of 1) sorted by relevance
1434 static Value *simplifyReductionOperand(Value *Arg, bool CanReorderLanes) { in simplifyReductionOperand() argument1435 if (!CanReorderLanes) in simplifyReductionOperand()3559 bool CanReorderLanes = (IID != Intrinsic::vector_reduce_fadd && in visitCallInst() local3567 if (Value *NewOp = simplifyReductionOperand(Arg, CanReorderLanes)) { in visitCallInst()