Searched refs:TmpVT (Results 1 – 2 of 2) sorted by relevance
4576 MVT TmpVT; in selectShift() local4577 if (isValueAvailable(ZExt) && isTypeSupported(ZExt->getSrcTy(), TmpVT)) { in selectShift()4578 SrcVT = TmpVT; in selectShift()4585 MVT TmpVT; in selectShift() local4586 if (isValueAvailable(SExt) && isTypeSupported(SExt->getSrcTy(), TmpVT)) { in selectShift()4587 SrcVT = TmpVT; in selectShift()
6992 EVT TmpVT = EVT::getIntegerVT(*DAG.getContext(), DstEltVT.getSizeInBits()); in ConstantFoldBITCASTofBUILD_VECTOR() local6993 SDNode *Tmp = ConstantFoldBITCASTofBUILD_VECTOR(BV, TmpVT).getNode(); in ConstantFoldBITCASTofBUILD_VECTOR()