Searched refs:ThisArgType (Results 1 – 2 of 2) sorted by relevance
155 UINT32 ThisArgType; in AcpiExResolveOperands() local291 ThisArgType = GET_CURRENT_ARG_TYPE (ArgTypes); in AcpiExResolveOperands()298 switch (ThisArgType) in AcpiExResolveOperands()383 switch (ThisArgType) in AcpiExResolveOperands()701 ThisArgType)); in AcpiExResolveOperands()
1474 auto *ThisArgType = dyn_cast<VectorType>(Ty); in matchIntrinsicType() local1476 if ((ReferenceType != nullptr) != (ThisArgType != nullptr)) in matchIntrinsicType()1479 if (ThisArgType) { in matchIntrinsicType()1481 ThisArgType->getElementCount()) in matchIntrinsicType()1483 EltTy = ThisArgType->getElementType(); in matchIntrinsicType()1492 PointerType *ThisArgType = dyn_cast<PointerType>(Ty); in matchIntrinsicType() local1493 return (!ThisArgType || ThisArgType->getElementType() != ReferenceType); in matchIntrinsicType()1500 PointerType *ThisArgType = dyn_cast<PointerType>(Ty); in matchIntrinsicType() local1502 return (!ThisArgType || !ReferenceType || in matchIntrinsicType()1503 ThisArgType->getElementType() != ReferenceType->getElementType()); in matchIntrinsicType()