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

/external/llvm/include/llvm/
H A DInstructions.h894 // ICmpInst Class
901 class ICmpInst: public CmpInst { class in namespace:llvm
903 /// @brief Clone an identical ICmpInst
904 virtual ICmpInst *clone_impl() const;
907 ICmpInst( function in class:llvm::ICmpInst
928 ICmpInst( function in class:llvm::ICmpInst
949 ICmpInst( function in class:llvm::ICmpInst
1003 /// @returns true if the predicate of this ICmpInst is commutative
1034 static inline bool classof(const ICmpInst *) { return true; }

Completed in 90 milliseconds