Home
last modified time | relevance | path

Searched refs:allocAP (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.h374 Result = S.allocAP<T>(LHS.bitWidth()); in AddSubMulHelper()
634 Result = S.allocAP<T>(Bits); in BitAnd()
654 Result = S.allocAP<T>(Bits); in BitOr()
675 Result = S.allocAP<T>(Bits); in BitXor()
698 Result = S.allocAP<T>(LHS.bitWidth()); in Rem()
721 Result = S.allocAP<T>(LHS.bitWidth()); in Div()
782 Result = S.allocAP<T>(Value.bitWidth()); in Neg()
837 Result = S.allocAP<T>(Value.bitWidth()); in IncDecHelper()
1009 Result = S.allocAP<T>(Val.bitWidth()); in Comp()
1351 T Result = S.allocAP<T>(Arg.bitWidth()); in Const()
[all …]
H A DInterpState.h137 template <typename T> T allocAP(unsigned BitWidth) { in allocAP() function
H A DInterpBuiltin.cpp63 auto Result = S.allocAP<IntegralAP<true>>(BitWidth); in pushInteger()
70 auto Result = S.allocAP<IntegralAP<false>>(BitWidth); in pushInteger()
105 S.allocAP<IntegralAP<true>>(Value.getBitWidth()); in assignInteger()
109 S.allocAP<IntegralAP<false>>(Value.getBitWidth()); in assignInteger()
H A DInterp.cpp1935 auto Result = S.allocAP<IntegralAP<false>>(BitWidth); in CastPointerIntegralAP()
1948 auto Result = S.allocAP<IntegralAP<true>>(BitWidth); in CastPointerIntegralAPS()