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

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

Completed in 104 milliseconds