Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1491 EVT OperandVT = Operand.getValueType(); in UnrollVectorOp_StrictFP() local
1492 if (OperandVT.isVector()) { in UnrollVectorOp_StrictFP()
1493 EVT OperandEltVT = OperandVT.getVectorElementType(); in UnrollVectorOp_StrictFP()
H A DSelectionDAG.cpp9940 EVT OperandVT = Operand.getValueType(); in UnrollVectorOp() local
9941 if (OperandVT.isVector()) { in UnrollVectorOp()
9943 EVT OperandEltVT = OperandVT.getVectorElementType(); in UnrollVectorOp()