Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DUser.cpp102 auto *DI = reinterpret_cast<DescriptorInfo *>(getIntrusiveOperands()) - 1; in getDescriptor()