Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3662 MVT IntegerViaVecVT = in lowerBuildVectorOfConstants()
3690 SDValue Vec = DAG.getBuildVector(IntegerViaVecVT, DL, Elts); in lowerBuildVectorOfConstants()
3696 assert(IntegerViaVecVT == MVT::v1i8 && "Unexpected mask vector type"); in lowerBuildVectorOfConstants()
3703 assert(VT.getSizeInBits() == IntegerViaVecVT.getSizeInBits()); in lowerBuildVectorOfConstants()
3661 MVT IntegerViaVecVT = lowerBuildVectorOfConstants() local