Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:InVal

649     Value *InVal = PN->getIncomingValue(i);
650 if (isa<Constant>(InVal) && !isa<ConstantExpr>(InVal))
653 if (isa<PHINode>(InVal)) return 0; // Itself a phi.
658 // If the InVal is an invoke at the end of the pred block, then we can't
660 if (InvokeInst *II = dyn_cast<InvokeInst>(InVal))