Searched defs:IntrinsicInst (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/
H A DIntrinsicInst.h1 //===-- llvm/IntrinsicInst.h - Intrinsic Instruction Wrappers ---*- C++ -*-===//
33 /// IntrinsicInst - A useful wrapper class for inspecting calls to intrinsic
36 class IntrinsicInst : public CallInst { class in namespace:llvm
37 IntrinsicInst(); // DO NOT IMPLEMENT
38 IntrinsicInst(const IntrinsicInst&); // DO NOT IMPLEMENT
39 void operator=(const IntrinsicInst&); // DO NOT IMPLEMENT
48 static inline bool classof(const IntrinsicInst *) { return true; }
61 class DbgInfoIntrinsic : public IntrinsicInst {
66 static inline bool classof(const IntrinsicInst *
[all...]

Completed in 62 milliseconds