Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:PhiVal

537   Value *PhiVal;
541 PhiVal = InVal;
545 PhiVal = NewPN;
550 CastInst *NewCI = CastInst::Create(FirstCI->getOpcode(), PhiVal,
557 BinOp = BinaryOperator::Create(BinOp->getOpcode(), PhiVal, ConstantOp);
569 PhiVal, ConstantOp);