Home
last modified time | relevance | path

Searched refs:ThisArgVecTy (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/IR/
DFunction.cpp1045 VectorType *ThisArgVecTy = dyn_cast<VectorType>(Ty); in matchIntrinsicType() local
1046 if (!ThisArgVecTy || !ReferenceType || in matchIntrinsicType()
1048 ThisArgVecTy->getVectorNumElements())) in matchIntrinsicType()
1051 dyn_cast<PointerType>(ThisArgVecTy->getVectorElementType()); in matchIntrinsicType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DFunction.cpp1169 VectorType *ThisArgVecTy = dyn_cast<VectorType>(Ty); in matchIntrinsicType() local
1170 if (!ThisArgVecTy || !ReferenceType || in matchIntrinsicType()
1172 ThisArgVecTy->getVectorNumElements())) in matchIntrinsicType()
1175 dyn_cast<PointerType>(ThisArgVecTy->getVectorElementType()); in matchIntrinsicType()