Home
last modified time | relevance | path

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

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