Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4421 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local
4422 uint64_t c1 = N0C1->getZExtValue(); in visitSHL()
4487 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local
4488 uint64_t C1 = N0C1->getZExtValue(); in visitSHL()
4504 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local
4505 uint64_t c1 = N0C1->getZExtValue(); in visitSHL()
4553 if (ConstantSDNode *N0C1 = isConstOrConstSplat(N0.getOperand(1))) { in visitSHL() local
4555 DAG.FoldConstantArithmetic(ISD::SHL, SDLoc(N1), VT, N0C1, N1C)) in visitSHL()