Home
last modified time | relevance | path

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

/external/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()
/external/llvm-project/llvm/lib/IR/
DFunction.cpp1443 auto *ThisArgVecTy = dyn_cast<VectorType>(Ty); in matchIntrinsicType() local
1444 if (!ThisArgVecTy || !ReferenceType || in matchIntrinsicType()
1445 (ReferenceType->getElementCount() != ThisArgVecTy->getElementCount())) in matchIntrinsicType()
1448 dyn_cast<PointerType>(ThisArgVecTy->getElementType()); in matchIntrinsicType()
1477 auto *ThisArgVecTy = dyn_cast<VectorType>(Ty); in matchIntrinsicType() local
1478 if (!ThisArgVecTy || !ReferenceType) in matchIntrinsicType()
1480 return ThisArgVecTy != VectorType::getInteger(ReferenceType); in matchIntrinsicType()
/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()