Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1494 EVT OperandVT = Operand.getValueType(); in UnrollVectorOp_StrictFP() local
1495 if (OperandVT.isVector()) { in UnrollVectorOp_StrictFP()
1496 EVT OperandEltVT = OperandVT.getVectorElementType(); in UnrollVectorOp_StrictFP()
H A DSelectionDAG.cpp10026 EVT OperandVT = Operand.getValueType(); in UnrollVectorOp() local
10027 if (OperandVT.isVector()) { in UnrollVectorOp()
10029 EVT OperandEltVT = OperandVT.getVectorElementType(); in UnrollVectorOp()