Home | History | Annotate | Download | only in Scalar

Lines Matching defs:InVal

537         Value *InVal = PN->getIncomingValue(i);
538 if (!isa<Instruction>(InVal))
545 // Check that InVal is defined in the loop.
546 Instruction *Inst = cast<Instruction>(InVal);