Searched refs:allocAP (Results 1 – 4 of 4) sorted by relevance
374 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 …]
137 template <typename T> T allocAP(unsigned BitWidth) { in allocAP() function
63 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()
1935 auto Result = S.allocAP<IntegralAP<false>>(BitWidth); in CastPointerIntegralAP()1948 auto Result = S.allocAP<IntegralAP<true>>(BitWidth); in CastPointerIntegralAPS()