Lines Matching full: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't660 if (InvokeInst *II = dyn_cast<InvokeInst>(InVal))