Lines Matching refs:setOperand
111 Sel.setOperand(IsEq ? 1 : 2, Y); in foldSelectBinOpIdentity()
820 Cmp.setOperand(0, CmpLHS); in adjustMinMax()
821 Cmp.setOperand(1, CmpRHS); in adjustMinMax()
822 Sel.setOperand(1, TrueVal); in adjustMinMax()
823 Sel.setOperand(2, FalseVal); in adjustMinMax()
920 Cmp.setOperand(1, ConstantInt::getNullValue(Cmp.getOperand(0)->getType())); in canonicalizeAbsNabs()
922 Cmp.setOperand(0, LHS); in canonicalizeAbsNabs()
980 SI.setOperand(1, CmpRHS); in foldSelectInstWithICmp()
984 SI.setOperand(2, CmpRHS); in foldSelectInstWithICmp()
1649 SI.setOperand(1, FalseVal); in visitSelectInst()
1650 SI.setOperand(2, TrueVal); in visitSelectInst()
1917 SI.setOperand(1, TrueSI->getTrueValue()); in visitSelectInst()
1925 SI.setOperand(0, And); in visitSelectInst()
1926 SI.setOperand(1, TrueSI->getTrueValue()); in visitSelectInst()
1937 SI.setOperand(2, FalseSI->getFalseValue()); in visitSelectInst()
1943 SI.setOperand(0, Or); in visitSelectInst()
1944 SI.setOperand(2, FalseSI->getFalseValue()); in visitSelectInst()
1971 TrueBO->setOperand(0, TrueBOSI->getTrueValue()); in visitSelectInst()
1978 TrueBO->setOperand(1, TrueBOSI->getTrueValue()); in visitSelectInst()
1991 FalseBO->setOperand(0, FalseBOSI->getFalseValue()); in visitSelectInst()
1998 FalseBO->setOperand(1, FalseBOSI->getFalseValue()); in visitSelectInst()
2007 SI.setOperand(0, NotCond); in visitSelectInst()
2008 SI.setOperand(1, FalseVal); in visitSelectInst()
2009 SI.setOperand(2, TrueVal); in visitSelectInst()