Searched refs:IsULE (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonPatterns.td | 153 class IsULE<int Width, int Arg>: PatLeaf<(i32 imm), 1834 def: Pat<(and (srl I64:$Rss, IsULE<32,31>:$u6), 1), 1841 def: Pat<(and (not (srl I64:$Rss, IsULE<32,31>:$u6)), 1),
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 2084 if (Optional<bool> IsULE = KnownBits::ule(Known0, Known1)) in SimplifyDemandedBits() local 2085 return TLO.CombineTo(Op, IsULE.value() ? Op0 : Op1); in SimplifyDemandedBits()
|