Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4110 EVT N0VT = N0.getOperand(0).getValueType(); in visitSIGN_EXTEND() local
4116 if (VT.getSizeInBits() == N0VT.getSizeInBits()) in visitSIGN_EXTEND()
4126 N0VT.getScalarType().getSizeInBits()); in visitSIGN_EXTEND()
4129 N0VT.getVectorNumElements()); in visitSIGN_EXTEND()
4336 EVT N0VT = N0.getOperand(0).getValueType(); in visitZERO_EXTEND() local
4340 if (VT.getSizeInBits() == N0VT.getSizeInBits()) in visitZERO_EXTEND()
4358 N0VT.getScalarType().getSizeInBits()); in visitZERO_EXTEND()
4361 N0VT.getVectorNumElements()); in visitZERO_EXTEND()
4524 EVT N0VT = N0.getOperand(0).getValueType(); in visitANY_EXTEND() local
4530 if (VT.getSizeInBits() == N0VT.getSizeInBits()) in visitANY_EXTEND()
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6171 EVT N0VT = N0.getOperand(0).getValueType(); in visitSIGN_EXTEND() local
6175 TLI.getBooleanContents(N0VT) == in visitSIGN_EXTEND()
6180 EVT SVT = getSetCCResultType(N0VT); in visitSIGN_EXTEND()
6195 EVT MatchingVectorType = N0VT.changeVectorElementTypeToInteger(); in visitSIGN_EXTEND()
6686 EVT N0VT = N0.getOperand(0).getValueType(); in visitANY_EXTEND() local
6692 if (VT.getSizeInBits() == N0VT.getSizeInBits()) in visitANY_EXTEND()
6700 EVT MatchingVectorType = N0VT.changeVectorElementTypeToInteger(); in visitANY_EXTEND()