Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBuiltin.cpp1510 APInt ElemSizeAP(Bytes.getBitWidth(), ElemSize.getQuantity()); in interp__builtin_operator_new() local
1511 APInt::udivrem(Bytes, ElemSizeAP, NumElems, Remainder); in interp__builtin_operator_new()
1515 << Bytes << APSInt(ElemSizeAP, true) << ElemType; in interp__builtin_operator_new()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7163 APInt ElemSizeAP(ByteSize.getBitWidth(), ElemSize.getQuantity()); in HandleOperatorNewCall() local
7164 APInt::udivrem(ByteSize, ElemSizeAP, Size, Remainder); in HandleOperatorNewCall()
7168 << ByteSize << APSInt(ElemSizeAP, true) << ElemType; in HandleOperatorNewCall()