Searched refs:NewPredicate (Results 1 – 1 of 1) sorted by relevance
3940 std::optional<ICmpInst::Predicate> NewPredicate = std::nullopt; in foldICmpOfCmpIntrinsicWithConstant() local3945 NewPredicate = Pred; in foldICmpOfCmpIntrinsicWithConstant()3947 NewPredicate = in foldICmpOfCmpIntrinsicWithConstant()3950 NewPredicate = in foldICmpOfCmpIntrinsicWithConstant()3956 NewPredicate = ICmpInst::ICMP_UGE; in foldICmpOfCmpIntrinsicWithConstant()3958 NewPredicate = ICmpInst::ICMP_UGT; in foldICmpOfCmpIntrinsicWithConstant()3963 NewPredicate = ICmpInst::ICMP_ULT; in foldICmpOfCmpIntrinsicWithConstant()3965 NewPredicate = ICmpInst::ICMP_ULE; in foldICmpOfCmpIntrinsicWithConstant()3972 if (!NewPredicate) in foldICmpOfCmpIntrinsicWithConstant()3976 NewPredicate = ICmpInst::getSignedPredicate(*NewPredicate); in foldICmpOfCmpIntrinsicWithConstant()[all …]