getFromOpaqueValue overloads
Declared in <llvm/ADT/PointerIntPair.h>
Reconstruct a pair from an opaque void pointer value.
static
PointerIntPair<PointerUnion<Value const*, PseudoSourceValue const*>, 1, bool>
getFromOpaqueValue(void* V);
» more...
Reconstruct a pair from a const opaque void pointer value.
static
PointerIntPair<PointerUnion<Value const*, PseudoSourceValue const*>, 1, bool>
getFromOpaqueValue(void const* V);
» more...