Lines Matching refs:NumElems
1509 APInt NumElems, Remainder; in interp__builtin_operator_new() local
1511 APInt::udivrem(Bytes, ElemSizeAP, NumElems, Remainder); in interp__builtin_operator_new()
1520 if (NumElems.getActiveBits() > in interp__builtin_operator_new()
1522 NumElems.ugt(Descriptor::MaxArrayElemBytes / ElemSize.getQuantity())) { in interp__builtin_operator_new()
1526 << NumElems.getZExtValue(); in interp__builtin_operator_new()
1530 if (!CheckArraySize(S, OpPC, NumElems.getZExtValue())) in interp__builtin_operator_new()
1533 bool IsArray = NumElems.ugt(1); in interp__builtin_operator_new()
1538 Allocator.allocate(NewCall, *ElemT, NumElems.getZExtValue(), in interp__builtin_operator_new()
1553 Allocator.allocate(Desc, NumElems.getZExtValue(), S.Ctx.getEvalID(), in interp__builtin_operator_new()
1562 ElemType, NumElems, nullptr, ArraySizeModifier::Normal, 0); in interp__builtin_operator_new()
1645 unsigned NumElems = Arg.getNumElems(); in interp__builtin_vector_reduce() local
1650 for (unsigned I = 1; I != NumElems; ++I) { in interp__builtin_vector_reduce()
1721 unsigned NumElems = Arg.getNumElems(); in interp__builtin_elementwise_popcount() local
1724 for (unsigned I = 0; I != NumElems; ++I) { in interp__builtin_elementwise_popcount()
2295 unsigned NumElems = VT->getNumElements(); in interp__builtin_elementwise_sat() local
2296 for (unsigned I = 0; I != NumElems; ++I) { in interp__builtin_elementwise_sat()