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()
962 auto *ThisArgType = dyn_cast<VectorType>(Ty); in matchIntrinsicType() local964 if ((ReferenceType != nullptr) != (ThisArgType != nullptr)) in matchIntrinsicType()967 if (ThisArgType) { in matchIntrinsicType()968 if (ReferenceType->getElementCount() != ThisArgType->getElementCount()) in matchIntrinsicType()970 EltTy = ThisArgType->getElementType(); in matchIntrinsicType()