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

/external/llvm/include/llvm/IR/
H A DInstructions.h970 // ICmpInst Class
977 class ICmpInst: public CmpInst { class in namespace:llvm
991 /// \brief Clone an identical ICmpInst
992 ICmpInst *clone_impl() const override;
995 ICmpInst( function in class:llvm::ICmpInst
1010 ICmpInst( function in class:llvm::ICmpInst
1025 ICmpInst( function in class:llvm::ICmpInst
1073 /// @returns true if the predicate of this ICmpInst is commutative

Completed in 137 milliseconds