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

  /external/swiftshader/third_party/LLVM/lib/Analysis/
ConstantFolding.cpp 55 VectorType *DestVTy = dyn_cast<VectorType>(DestTy);
56 if (DestVTy == 0)
72 unsigned NumDstElt = DestVTy->getNumElements();
78 Type *DstEltTy = DestVTy->getElementType();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 105 auto *DestVTy = dyn_cast<VectorType>(DestTy);
106 if (!DestVTy)
121 unsigned NumDstElt = DestVTy->getNumElements();
127 Type *DstEltTy = DestVTy->getElementType();
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]

Completed in 123 milliseconds