Searched refs:OtherAddOp (Results 1 – 1 of 1) sorted by relevance
1099 Value *OtherAddOp = nullptr; in visitSelectInst() local1101 OtherAddOp = AddOp->getOperand(1); in visitSelectInst()1103 OtherAddOp = AddOp->getOperand(0); in visitSelectInst()1106 if (OtherAddOp) { in visitSelectInst()1121 Value *NewTrueOp = OtherAddOp; in visitSelectInst()