Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp4576 MVT TmpVT; in selectShift() local
4577 if (isValueAvailable(ZExt) && isTypeSupported(ZExt->getSrcTy(), TmpVT)) { in selectShift()
4578 SrcVT = TmpVT; in selectShift()
4585 MVT TmpVT; in selectShift() local
4586 if (isValueAvailable(SExt) && isTypeSupported(SExt->getSrcTy(), TmpVT)) { in selectShift()
4587 SrcVT = TmpVT; in selectShift()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6992 EVT TmpVT = EVT::getIntegerVT(*DAG.getContext(), DstEltVT.getSizeInBits()); in ConstantFoldBITCASTofBUILD_VECTOR() local
6993 SDNode *Tmp = ConstantFoldBITCASTofBUILD_VECTOR(BV, TmpVT).getNode(); in ConstantFoldBITCASTofBUILD_VECTOR()