Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Op

338   Value *Op = LI.getOperand(0);
343 getOrEnforceKnownAlignment(Op, TD->getPrefTypeAlignment(LI.getType()),TD);
355 if (isa<CastInst>(Op))
367 if (Value *AvailableVal = FindAvailableLoadedValue(Op, LI.getParent(), BBI,6))
371 if (GetElementPtrInst *GEPI = dyn_cast<GetElementPtrInst>(Op)) {
380 Constant::getNullValue(Op->getType()), &LI);
387 if (isa<UndefValue>(Op) ||
388 (isa<ConstantPointerNull>(Op) && LI.getPointerAddressSpace() == 0)) {
393 Constant::getNullValue(Op->getType()), &LI);
398 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(Op))
403 if (Op->hasOneUse()) {
414 if (SelectInst *SI = dyn_cast<SelectInst>(Op)) {