Lines Matching refs:Tmp
668 unsigned Opc = I->getOpcode(), Tmp;
682 !CanEvaluateZExtd(I->getOperand(1), Ty, Tmp))
685 if (BitsToClear == 0 && Tmp == 0)
690 if (Tmp == 0 &&
718 if (!CanEvaluateZExtd(I->getOperand(1), Ty, Tmp) ||
722 Tmp != BitsToClear)
734 if (!CanEvaluateZExtd(PN->getIncomingValue(i), Ty, Tmp) ||
737 Tmp != BitsToClear)
1774 BitCastInst *Tmp;
1778 if (((Tmp = dyn_cast<BitCastInst>(SVI->getOperand(0))) &&
1779 Tmp->getOperand(0)->getType() == DestTy) ||
1780 ((Tmp = dyn_cast<BitCastInst>(SVI->getOperand(1))) &&
1781 Tmp->getOperand(0)->getType() == DestTy)) {