Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPatterns.td162 class IsULE<int Width, int Arg>: PatLeaf<(i32 imm),
1980 def: Pat<(and (srl I64:$Rss, IsULE<32,31>:$u6), 1),
1987 def: Pat<(and (not (srl I64:$Rss, IsULE<32,31>:$u6)), 1),
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2277 if (std::optional<bool> IsULE = KnownBits::ule(Known0, Known1)) in SimplifyDemandedBits() local
2278 return TLO.CombineTo(Op, *IsULE ? Op0 : Op1); in SimplifyDemandedBits()