Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp18698 ElementCount OpEC = OpVT.getVectorElementCount(); in getQDOTXResultType() local
18699 assert(OpEC.isKnownMultipleOf(4) && OpVT.getVectorElementType() == MVT::i8); in getQDOTXResultType()
18700 return MVT::getVectorVT(MVT::i32, OpEC.divideCoefficientBy(4)); in getQDOTXResultType()