Lines Matching refs:setOperand
440 ICI->setOperand(0, CmpLHS); in visitSelectInstWithICmp()
441 ICI->setOperand(1, CmpRHS); in visitSelectInstWithICmp()
442 SI.setOperand(1, TrueVal); in visitSelectInstWithICmp()
443 SI.setOperand(2, FalseVal); in visitSelectInstWithICmp()
510 SI.setOperand(1, CmpRHS); in visitSelectInstWithICmp()
514 SI.setOperand(2, CmpRHS); in visitSelectInstWithICmp()
886 SI.setOperand(1, TrueSI->getTrueValue()); in visitSelectInst()
894 SI.setOperand(2, FalseSI->getFalseValue()); in visitSelectInst()
900 SI.setOperand(0, BinaryOperator::getNotArgument(CondVal)); in visitSelectInst()
901 SI.setOperand(1, FalseVal); in visitSelectInst()
902 SI.setOperand(2, TrueVal); in visitSelectInst()