Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DFunction.cpp1128 VectorType *ThisArgType = dyn_cast<VectorType>(Ty); in matchIntrinsicType() local
1129 if (!ThisArgType || !ReferenceType || in matchIntrinsicType()
1131 ThisArgType->getVectorNumElements())) in matchIntrinsicType()
1133 return matchIntrinsicType(ThisArgType->getVectorElementType(), in matchIntrinsicType()
1140 PointerType *ThisArgType = dyn_cast<PointerType>(Ty); in matchIntrinsicType() local
1141 return (!ThisArgType || ThisArgType->getElementType() != ReferenceType); in matchIntrinsicType()
1148 PointerType *ThisArgType = dyn_cast<PointerType>(Ty); in matchIntrinsicType() local
1150 return (!ThisArgType || !ReferenceType || in matchIntrinsicType()
1151 ThisArgType->getElementType() != ReferenceType->getElementType()); in matchIntrinsicType()
/external/llvm/lib/IR/
DFunction.cpp1025 VectorType *ThisArgType = dyn_cast<VectorType>(Ty); in matchIntrinsicType() local
1026 if (!ThisArgType || !ReferenceType || in matchIntrinsicType()
1028 ThisArgType->getVectorNumElements())) in matchIntrinsicType()
1030 return matchIntrinsicType(ThisArgType->getVectorElementType(), in matchIntrinsicType()
1037 PointerType *ThisArgType = dyn_cast<PointerType>(Ty); in matchIntrinsicType() local
1038 return (!ThisArgType || ThisArgType->getElementType() != ReferenceType); in matchIntrinsicType()