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()
1141 VectorType *ThisArgType = dyn_cast<VectorType>(Ty); in matchIntrinsicType() local1142 if (!ThisArgType || !ReferenceType || in matchIntrinsicType()1144 ThisArgType->getVectorNumElements())) in matchIntrinsicType()1146 return matchIntrinsicType(ThisArgType->getVectorElementType(), in matchIntrinsicType()1153 PointerType *ThisArgType = dyn_cast<PointerType>(Ty); in matchIntrinsicType() local1154 return (!ThisArgType || ThisArgType->getElementType() != ReferenceType); in matchIntrinsicType()1161 PointerType *ThisArgType = dyn_cast<PointerType>(Ty); in matchIntrinsicType() local1163 return (!ThisArgType || !ReferenceType || in matchIntrinsicType()1164 ThisArgType->getElementType() != ReferenceType->getElementType()); in matchIntrinsicType()