Home | History | Annotate | Download | only in Scalar

Lines Matching defs:InVal

535         Value *InVal = PN->getIncomingValue(i);
536 if (!isa<Instruction>(InVal))
543 // Check that InVal is defined in the loop.
544 Instruction *Inst = cast<Instruction>(InVal);