Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPatterns.td165 class IsULE<int Width, int Arg>: PatLeaf<(i32 imm),
1837 def: Pat<(and (srl I64:$Rss, IsULE<32,31>:$u6), 1),
1844 def: Pat<(and (not (srl I64:$Rss, IsULE<32,31>:$u6)), 1),
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1741 if (Optional<bool> IsULE = KnownBits::ule(Known0, Known1)) in SimplifyDemandedBits() local
1742 return TLO.CombineTo(Op, IsULE.getValue() ? Op0 : Op1); in SimplifyDemandedBits()