Home
last modified time | relevance | path

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

/external/llvm/include/llvm/
DInstrTypes.h99 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE) in UnaryInstruction() function
116 static inline bool classof(const UnaryInstruction *) { return true; } in classof()