Lines Matching full:inval
813 Value *InVal = PN->getIncomingValue(i);814 if (isa<Constant>(InVal) && !isa<ConstantExpr>(InVal))817 if (isa<PHINode>(InVal)) return nullptr; // Itself a phi.822 // If the InVal is an invoke at the end of the pred block, then we can't824 if (InvokeInst *II = dyn_cast<InvokeInst>(InVal))