Home
last modified time | relevance | path

Searched defs:FirstVec (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/FuzzMutate/
DOpDescriptor.h190 VectorType *FirstVec = dyn_cast<VectorType>(First); in matchFirstLengthWAnyType() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/FuzzMutate/
DOpDescriptor.h190 VectorType *FirstVec = dyn_cast<VectorType>(First); in matchFirstLengthWAnyType() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/FuzzMutate/
DOpDescriptor.h190 VectorType *FirstVec = dyn_cast<VectorType>(First); in matchFirstLengthWAnyType() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/FuzzMutate/
DOpDescriptor.h190 VectorType *FirstVec = dyn_cast<VectorType>(First); in matchFirstLengthWAnyType() local
/aosp_15_r20/external/clang/lib/AST/
H A DASTContext.cpp6759 bool ASTContext::areCompatibleVectorTypes(QualType FirstVec, in areCompatibleVectorTypes()