Home
last modified time | relevance | path

Searched refs:UserRef (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/IR/
DUser.cpp48 size_t size = N * sizeof(Use) + sizeof(Use::UserRef); in allocHungoffUses()
51 (void) new(End) Use::UserRef(const_cast<User*>(this), 1); in allocHungoffUses()
DUse.cpp43 const UserRef *ref = reinterpret_cast<const UserRef *>(End); in getUser()
DInstructions.cpp104 size_t size = N * sizeof(Use) + sizeof(Use::UserRef) in allocHungoffUses()
108 (void) new(End) Use::UserRef(const_cast<PHINode*>(this), 1); in allocHungoffUses()
/external/llvm/include/llvm/IR/
DUse.h77 typedef PointerIntPair<User *, 1, unsigned> UserRef; typedef
DInstructions.h2127 Use::UserRef *ref =
2128 reinterpret_cast<Use::UserRef*>(op_begin() + ReservedSpace);
2133 const Use::UserRef *ref =
2134 reinterpret_cast<const Use::UserRef*>(op_begin() + ReservedSpace);