Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp1258 auto *ThisArgType = dyn_cast<VectorType>(Ty); in matchIntrinsicType() local
1260 if ((ReferenceType != nullptr) != (ThisArgType != nullptr)) in matchIntrinsicType()
1263 if (ThisArgType) { in matchIntrinsicType()
1265 ThisArgType->getElementCount()) in matchIntrinsicType()
1267 EltTy = ThisArgType->getVectorElementType(); in matchIntrinsicType()
1276 PointerType *ThisArgType = dyn_cast<PointerType>(Ty); in matchIntrinsicType() local
1277 return (!ThisArgType || ThisArgType->getElementType() != ReferenceType); in matchIntrinsicType()
1284 PointerType *ThisArgType = dyn_cast<PointerType>(Ty); in matchIntrinsicType() local
1286 return (!ThisArgType || !ReferenceType || in matchIntrinsicType()
1287 ThisArgType->getElementType() != ReferenceType->getElementType()); in matchIntrinsicType()