Home
last modified time | relevance | path

Searched refs:NewPredicate (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4139 std::optional<ICmpInst::Predicate> NewPredicate = std::nullopt; in foldICmpOfCmpIntrinsicWithConstant() local
4144 NewPredicate = Pred; in foldICmpOfCmpIntrinsicWithConstant()
4146 NewPredicate = in foldICmpOfCmpIntrinsicWithConstant()
4149 NewPredicate = in foldICmpOfCmpIntrinsicWithConstant()
4155 NewPredicate = ICmpInst::ICMP_UGE; in foldICmpOfCmpIntrinsicWithConstant()
4157 NewPredicate = ICmpInst::ICMP_UGT; in foldICmpOfCmpIntrinsicWithConstant()
4162 NewPredicate = ICmpInst::ICMP_ULT; in foldICmpOfCmpIntrinsicWithConstant()
4164 NewPredicate = ICmpInst::ICMP_ULE; in foldICmpOfCmpIntrinsicWithConstant()
4169 NewPredicate = ICmpInst::ICMP_UGE; in foldICmpOfCmpIntrinsicWithConstant()
4174 NewPredicate = ICmpInst::ICMP_ULT; in foldICmpOfCmpIntrinsicWithConstant()
[all …]