Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:LHSI

410   Instruction *LHSI = dyn_cast<Instruction>(LHS);
411 if (!LHSI || LHSI->getNumOperands() != 2 ||
412 LHSI->getOperand(1))) return 0;
414 ConstantInt *N = cast<ConstantInt>(LHSI->getOperand(1));
416 switch (LHSI->getOpcode()) {
449 return Builder->CreateSub(LHSI->getOperand(0), RHS, "fold");
450 return Builder->CreateAdd(LHSI->getOperand(0), RHS, "fold");