Lines Matching refs:ElemT
217 PrimType ElemT = *S.getContext().classify(getElemType(A)); in interp__builtin_strcmp() local
239 INT_TYPE_SWITCH(ElemT, { in interp__builtin_strcmp()
1534 std::optional<PrimType> ElemT = S.getContext().classify(ElemType); in interp__builtin_operator_new() local
1536 if (ElemT) { in interp__builtin_operator_new()
1538 Allocator.allocate(NewCall, *ElemT, NumElems.getZExtValue(), in interp__builtin_operator_new()
1545 assert(!ElemT); in interp__builtin_operator_new()
1644 PrimType ElemT = *S.getContext().classify(ElemType); in interp__builtin_vector_reduce() local
1647 INT_TYPE_SWITCH_NO_BOOL(ElemT, { in interp__builtin_vector_reduce()
1720 PrimType ElemT = *S.getContext().classify(ElemType); in interp__builtin_elementwise_popcount() local
1725 INT_TYPE_SWITCH_NO_BOOL(ElemT, { in interp__builtin_elementwise_popcount()
2075 PrimType ElemT = in interp__builtin_memchr() local
2089 ElemT, { V = static_cast<uint64_t>(ElemPtr.deref<T>().toUnsigned()); }); in interp__builtin_memchr()
2294 PrimType ElemT = *S.getContext().classify(VT->getElementType()); in interp__builtin_elementwise_sat() local
2299 INT_TYPE_SWITCH_NO_BOOL(ElemT, { in interp__builtin_elementwise_sat()
2317 INT_TYPE_SWITCH_NO_BOOL(ElemT, { in interp__builtin_elementwise_sat()