Searched defs:TmpVT (Results 1 - 2 of 2) sorted by relevance

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

Completed in 177 milliseconds