Searched refs:OpY (Results 1 – 5 of 5) sorted by relevance
639 Value *OpY = nullptr; in visitFMul() local641 detectLog2OfHalf(Op0, OpY, Log2); in visitFMul()642 if (OpY) { in visitFMul()645 detectLog2OfHalf(Op1, OpY, Log2); in visitFMul()646 if (OpY) { in visitFMul()651 if (OpX && OpY) { in visitFMul()654 Log2->setArgOperand(0, OpY); in visitFMul()
698 MachineOperand &OpY = Root.getOperand(OpIdx[Row][3]); in reassociateOps() local704 unsigned RegY = OpY.getReg(); in reassociateOps()727 bool KillY = OpY.isKill(); in reassociateOps()
806 MachineOperand &OpY = Root.getOperand(OpIdx[Row][3]); in reassociateOps() local812 Register RegY = OpY.getReg(); in reassociateOps()835 bool KillY = OpY.isKill(); in reassociateOps()
844 MachineOperand &OpY = Root.getOperand(OpIdx[Row][3]); in reassociateOps() local850 Register RegY = OpY.getReg(); in reassociateOps()873 bool KillY = OpY.isKill(); in reassociateOps()
230 Value *OpY = I->getOperand(5); in instCombineIntrinsic() local237 I->getOperand(2), OpZ, OpX, OpY}); in instCombineIntrinsic()