Searched refs:IsULE (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonPatterns.td | 165 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),
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 1750 if (Optional<bool> IsULE = KnownBits::ule(Known0, Known1)) in SimplifyDemandedBits() local 1751 return TLO.CombineTo(Op, IsULE.getValue() ? Op0 : Op1); in SimplifyDemandedBits()
|