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

/external/llvm/include/llvm/IR/
H A DInstructions.h906 // ICmpInst Class
913 class ICmpInst: public CmpInst { class in namespace:llvm
915 /// \brief Clone an identical ICmpInst
916 virtual ICmpInst *clone_impl() const;
919 ICmpInst( function in class:llvm::ICmpInst
940 ICmpInst( function in class:llvm::ICmpInst
961 ICmpInst( function in class:llvm::ICmpInst
1015 /// @returns true if the predicate of this ICmpInst is commutative

Completed in 65 milliseconds