Home
last modified time | relevance | path

Searched refs:TmpVT (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp4562 MVT TmpVT; in selectShift() local
4563 if (isValueAvailable(ZExt) && isTypeSupported(ZExt->getSrcTy(), TmpVT)) { in selectShift()
4564 SrcVT = TmpVT; in selectShift()
4571 MVT TmpVT; in selectShift() local
4572 if (isValueAvailable(SExt) && isTypeSupported(SExt->getSrcTy(), TmpVT)) { in selectShift()
4573 SrcVT = TmpVT; in selectShift()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp7558 EVT TmpVT = EVT::getIntegerVT(*DAG.getContext(), DstEltVT.getSizeInBits()); in ConstantFoldBITCASTofBUILD_VECTOR() local
7559 SDNode *Tmp = ConstantFoldBITCASTofBUILD_VECTOR(BV, TmpVT).getNode(); in ConstantFoldBITCASTofBUILD_VECTOR()