Searched refs:ThisArgType (Results 1 – 2 of 2) sorted by relevance
263 UINT32 ThisArgType; in AcpiExResolveOperands() local399 ThisArgType = GET_CURRENT_ARG_TYPE (ArgTypes); in AcpiExResolveOperands()406 switch (ThisArgType) in AcpiExResolveOperands()491 switch (ThisArgType) in AcpiExResolveOperands()809 ThisArgType)); in AcpiExResolveOperands()
1498 auto *ThisArgType = dyn_cast<VectorType>(Ty); in matchIntrinsicType() local1500 if ((ReferenceType != nullptr) != (ThisArgType != nullptr)) in matchIntrinsicType()1503 if (ThisArgType) { in matchIntrinsicType()1505 ThisArgType->getElementCount()) in matchIntrinsicType()1507 EltTy = ThisArgType->getElementType(); in matchIntrinsicType()1516 PointerType *ThisArgType = dyn_cast<PointerType>(Ty); in matchIntrinsicType() local1517 return (!ThisArgType || ThisArgType->getElementType() != ReferenceType); in matchIntrinsicType()1524 PointerType *ThisArgType = dyn_cast<PointerType>(Ty); in matchIntrinsicType() local1526 if (!ThisArgType || !ReferenceType) in matchIntrinsicType()1528 if (!ThisArgType->isOpaque()) in matchIntrinsicType()[all …]