Lines Matching refs:getOpcode
43 if (I->getOpcode() == Instruction::InsertElement && isConstant &&
46 if (I->getOpcode() == Instruction::Load && I->hasOneUse())
156 BinaryOperator::Create(B0->getOpcode(), scalarPHI, Op), *B0);
245 return BinaryOperator::Create(BO->getOpcode(), newEI0, newEI1);
283 if (CI->hasOneUse() && (CI->getOpcode() != Instruction::BitCast)) {
287 return CastInst::Create(CI->getOpcode(), EE, EI.getType());
608 switch (I->getOpcode()) {
671 switch (I->getOpcode()) {
693 BinaryOperator::Create(cast<BinaryOperator>(I)->getOpcode(),
729 return CastInst::Create(cast<CastInst>(I)->getOpcode(), NewOps[0], DestTy,
770 switch (I->getOpcode()) {