Home
last modified time | relevance | path

Searched defs:HungoffOperandTraits (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DOperandTraits.h95 struct HungoffOperandTraits { struct
96 static Use *op_begin(User* U) { in op_begin()
99 static Use *op_end(User* U) { in op_end()
102 static unsigned operands(const User *U) { in operands()