Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp1310 VectorType *ThisArgVecTy = dyn_cast<VectorType>(Ty); in matchIntrinsicType() local
1311 if (!ThisArgVecTy || !ReferenceType || in matchIntrinsicType()
1313 ThisArgVecTy->getVectorNumElements())) in matchIntrinsicType()
1316 dyn_cast<PointerType>(ThisArgVecTy->getVectorElementType()); in matchIntrinsicType()
1353 auto *ThisArgVecTy = dyn_cast<VectorType>(Ty); in matchIntrinsicType() local
1354 if (!ThisArgVecTy || !ReferenceType) in matchIntrinsicType()
1356 return ThisArgVecTy != VectorType::getInteger(ReferenceType); in matchIntrinsicType()