Home | History | Annotate | Download | only in IPA

Lines Matching refs:getOpcode

464     if (Constant *C = ConstantExpr::getCast(I.getOpcode(), COp, I.getType())) {
481 if (Constant *C = ConstantFoldInstOperands(I.getOpcode(), I.getType(),
510 if (I.getOpcode() == Instruction::FCmp)
596 Value *SimpleV = SimplifyBinOp(I.getOpcode(), LHS, RHS, TD);
876 } else if (Operator::getOpcode(V) == Instruction::BitCast) {