Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp8928 EVT OperandVT = Operand.getValueType(); in UnrollVectorOp() local
8929 if (OperandVT.isVector()) { in UnrollVectorOp()
8931 EVT OperandEltVT = OperandVT.getVectorElementType(); in UnrollVectorOp()