Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp2768 EVT In0Ty = In0.getValueType(); in SimplifyBinOpWithSameOpcodeHands() local
2773 if (In0Ty.isInteger() && In1Ty.isInteger() && In0Ty == In1Ty) { in SimplifyBinOpWithSameOpcodeHands()
2774 SDValue Op = DAG.getNode(N->getOpcode(), DL, In0Ty, In0, In1); in SimplifyBinOpWithSameOpcodeHands()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3734 EVT In0Ty = In0.getValueType(); in SimplifyBinOpWithSameOpcodeHands() local
3739 if (In0Ty.isInteger() && In1Ty.isInteger() && In0Ty == In1Ty) { in SimplifyBinOpWithSameOpcodeHands()
3740 SDValue Op = DAG.getNode(N->getOpcode(), DL, In0Ty, In0, In1); in SimplifyBinOpWithSameOpcodeHands()