Home
last modified time | relevance | path

Searched defs:ZeroExtend (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-logical.cpp16 static std::optional<Expr<SomeType>> ZeroExtend(const Constant<T> &c) { in ZeroExtend() function
/llvm-project-15.0.7/lld/MachO/Arch/
H A DARM64.cpp160 enum ExtendType { ZeroExtend = 1, Sign64 = 2, Sign32 = 3 }; enumerator
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.h409 ZeroExtend = 0x2000, enumerator
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp43722 auto WidenToV16I8 = [&](SDValue V, bool ZeroExtend) { in combineArithReduction()