Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6392 if (ConstantSDNode *N0Op0C1 = isConstOrConstSplat(N0Op0.getOperand(1))) { in visitSHL() local
6393 APInt c1 = N0Op0C1->getAPIntValue(); in visitSHL()
6419 if (ConstantSDNode *N0Op0C1 = isConstOrConstSplat(N0Op0.getOperand(1))) { in visitSHL() local
6420 if (N0Op0C1->getAPIntValue().ult(VT.getScalarSizeInBits())) { in visitSHL()
6421 uint64_t c1 = N0Op0C1->getZExtValue(); in visitSHL()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4489 if (ConstantSDNode *N0Op0C1 = isConstOrConstSplat(N0Op0.getOperand(1))) { in visitSHL() local
4490 uint64_t c1 = N0Op0C1->getZExtValue(); in visitSHL()
4512 if (ConstantSDNode *N0Op0C1 = isConstOrConstSplat(N0Op0.getOperand(1))) { in visitSHL() local
4513 uint64_t c1 = N0Op0C1->getZExtValue(); in visitSHL()