Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp13456 bool AllowZExt, SelectionDAG &DAG, in canFoldToVWWithSameExtensionImpl() argument
13458 assert((AllowSExt || AllowZExt) && "Forgot to set what you want?"); in canFoldToVWWithSameExtensionImpl()
13462 if (AllowZExt && LHS.SupportsZExt && RHS.SupportsZExt) in canFoldToVWWithSameExtensionImpl()