Home
last modified time | relevance | path

Searched refs:getIntegerRepresentation (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DFunctionPointer.h47 uint64_t getIntegerRepresentation() const { in getIntegerRepresentation() function
H A DPointer.h153 uint64_t getIntegerRepresentation() const { in getIntegerRepresentation() function
157 return asFunctionPointer().getIntegerRepresentation() + Offset; in getIntegerRepresentation()
626 return getIntegerRepresentation(); in getIndex()
H A DMemberPointer.h43 uint64_t getIntegerRepresentation() const { in getIntegerRepresentation() function
H A DInterp.h1124 S.Stk.push<BoolT>(BoolT::from(Fn(Compare(LHS.getIntegerRepresentation(),
1125 RHS.getIntegerRepresentation()))));
2089 uint64_t V = Ptr.getIntegerRepresentation();
2291 : LHS.getIntegerRepresentation(); in SubPtr()
2296 : RHS.getIntegerRepresentation(); in SubPtr()
2502 S.Stk.push<T>(T::from(Ptr.getIntegerRepresentation())); in CastPointerIntegral()
3275 S.Stk.push<ToT>(ToT(OldPtr.getIntegerRepresentation(), nullptr)); in DecayPtr()
H A DInterp.cpp1936 Result.copy(APInt(BitWidth, Ptr.getIntegerRepresentation())); in CastPointerIntegralAP()
1949 Result.copy(APInt(BitWidth, Ptr.getIntegerRepresentation())); in CastPointerIntegralAPS()
H A DInterpBuiltin.cpp1038 uint64_t IntVal = Ptr.getIntegerRepresentation(); in interp__builtin_atomic_lock_free()
1780 ? std::to_string(SrcPtr.getIntegerRepresentation()) in interp__builtin_memcpy()
1781 : std::to_string(DestPtr.getIntegerRepresentation()); in interp__builtin_memcpy()