Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:InVal

817     Value *InVal = PN->getIncomingValue(i);
818 if (isa<Constant>(InVal) && !isa<ConstantExpr>(InVal))
821 if (isa<PHINode>(InVal)) return nullptr; // Itself a phi.
826 // If the InVal is an invoke at the end of the pred block, then we can't
828 if (InvokeInst *II = dyn_cast<InvokeInst>(InVal))