Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/components/executer/
H A Dexresop.c263 UINT32 ThisArgType; in AcpiExResolveOperands() local
399 ThisArgType = GET_CURRENT_ARG_TYPE (ArgTypes); in AcpiExResolveOperands()
406 switch (ThisArgType) in AcpiExResolveOperands()
491 switch (ThisArgType) in AcpiExResolveOperands()
809 ThisArgType)); in AcpiExResolveOperands()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsics.cpp962 auto *ThisArgType = dyn_cast<VectorType>(Ty); in matchIntrinsicType() local
964 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()