Home | History | Annotate | Download | only in Scalar

Lines Matching refs:InVal

518         Value *InVal = PN->getIncomingValue(i);
519 if (!isa<Instruction>(InVal))
526 // Check that InVal is defined in the loop.
527 Instruction *Inst = cast<Instruction>(InVal);