HomeSort by relevance Sort by last modified time
    Searched refs:DestVTy (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
ConstantFolding.cpp 92 VectorType *DestVTy = dyn_cast<VectorType>(DestTy);
93 if (DestVTy == 0)
108 unsigned NumDstElt = DestVTy->getNumElements();
114 Type *DstEltTy = DestVTy->getElementType();
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]

Completed in 386 milliseconds