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 100 VectorType *DestVTy = dyn_cast<VectorType>(DestTy);
101 if (!DestVTy)
116 unsigned NumDstElt = DestVTy->getNumElements();
122 Type *DstEltTy = DestVTy->getElementType();
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]

Completed in 201 milliseconds