Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp13455 const NodeExtensionHelper &RHS, bool AllowSExt, in canFoldToVWWithSameExtensionImpl() argument
13458 assert((AllowSExt || AllowZExt) && "Forgot to set what you want?"); in canFoldToVWWithSameExtensionImpl()
13466 if (AllowSExt && LHS.SupportsSExt && RHS.SupportsSExt) in canFoldToVWWithSameExtensionImpl()