Searched refs:LLVMICmp (Results 1 – 3 of 3) sorted by relevance
1638 using LLVMICmp = mlir::LLVM::ICmpPredicate; in convertCmpKindToICmpPredicate() typedef1641 return LLVMICmp::eq; in convertCmpKindToICmpPredicate()1643 return LLVMICmp::ne; in convertCmpKindToICmpPredicate()1645 return (isSigned ? LLVMICmp::slt : LLVMICmp::ult); in convertCmpKindToICmpPredicate()1647 return (isSigned ? LLVMICmp::sle : LLVMICmp::ule); in convertCmpKindToICmpPredicate()1649 return (isSigned ? LLVMICmp::sgt : LLVMICmp::ugt); in convertCmpKindToICmpPredicate()1651 return (isSigned ? LLVMICmp::sge : LLVMICmp::uge); in convertCmpKindToICmpPredicate()
277 auto *LLVMICmp = cast<llvm::ICmpInst>(LLVMV); in getOrCreateValueInternal() local278 It->second = std::unique_ptr<ICmpInst>(new ICmpInst(LLVMICmp, *this)); in getOrCreateValueInternal()
119 LLVMICmp = 42, enumerator