Lines Matching refs:getOpcode
85 switch (I->getOpcode()) {
105 switch (I->getOpcode()) {
139 return CastInst::Create(Instruction::CastOps(TI->getOpcode()), NewSI,
182 return BinaryOperator::Create(BO->getOpcode(), MatchOp, NewSI);
184 return BinaryOperator::Create(BO->getOpcode(), NewSI, MatchOp);
229 BinaryOperator *BO = BinaryOperator::Create(TVI_BO->getOpcode(),
264 BinaryOperator *BO = BinaryOperator::Create(FVI_BO->getOpcode(),
297 return SimplifyBinOp(B->getOpcode(), RepOp, B->getOperand(1), TD);
299 return SimplifyBinOp(B->getOpcode(), B->getOperand(0), RepOp, TD);
332 return ConstantFoldInstOperands(I->getOpcode(), I->getType(),
781 if (TI->getOpcode() == FI->getOpcode())
787 if ((TI->getOpcode() == Instruction::Sub &&
788 FI->getOpcode() == Instruction::Add) ||
789 (TI->getOpcode() == Instruction::FSub &&
790 FI->getOpcode() == Instruction::FAdd)) {
792 } else if ((FI->getOpcode() == Instruction::Sub &&
793 TI->getOpcode() == Instruction::Add) ||
794 (FI->getOpcode() == Instruction::FSub &&
795 TI->getOpcode() == Instruction::FAdd)) {