Searched defs:ZeroExtend (Results 1 – 4 of 4) sorted by relevance
16 static std::optional<Expr<SomeType>> ZeroExtend(const Constant<T> &c) { in ZeroExtend() function
160 enum ExtendType { ZeroExtend = 1, Sign64 = 2, Sign32 = 3 }; enumerator
409 ZeroExtend = 0x2000, enumerator
43722 auto WidenToV16I8 = [&](SDValue V, bool ZeroExtend) { in combineArithReduction()