Home
last modified time | relevance | path

Searched refs:getIntrusiveOperands (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DUser.h147 const Use *getIntrusiveOperands() const { in getIntrusiveOperands() function
151 Use *getIntrusiveOperands() { in getIntrusiveOperands() function
163 return HasHungOffUses ? getHungOffOperands() : getIntrusiveOperands(); in getOperandList()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DUser.cpp108 auto *DI = reinterpret_cast<DescriptorInfo *>(getIntrusiveOperands()) - 1; in getDescriptor()