Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp3349 APInt SplatConst = Splat.getConstantOperandAPInt(1).sextOrTrunc(SplatEltSize); in selectVSplatImmHelper() local
3351 int64_t SplatImm = SplatConst.getSExtValue(); in selectVSplatImmHelper()