Searched refs:FindOperand (Results 1 – 1 of 1) sorted by relevance
16307 auto FindOperand = [](Value *Vec, Value *V) -> Instruction * { in gather() local16317 if (Instruction *User = FindOperand(SV->getOperand(0), V)) in gather()16319 else if (Instruction *User = FindOperand(SV->getOperand(1), V)) in gather()