Home
last modified time | relevance | path

Searched defs:DstEltVT (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2948 MVT DstEltVT = DstVT.getVectorElementType(); lowerFP_TO_INT_SAT() local
8245 MVT DstEltVT = VT.getVectorElementType(); lowerVectorTruncLike() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9634 EVT DstEltVT = DstVT.getScalarType(); in scalarizeVectorLoad() local
H A DDAGCombiner.cpp15773 ConstantFoldBITCASTofBUILD_VECTOR(SDNode *BV, EVT DstEltVT) { in ConstantFoldBITCASTofBUILD_VECTOR()