Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8117 ConstantSDNode *OppLHSCst = isConstOrConstSplat(OppShiftLHS.getOperand(1)); in extractShiftForRotate() local
8124 !OppLHSCst || !OppLHSCst->getAPIntValue() || in extractShiftForRotate()
8135 APInt OppLHSAmt = OppLHSCst->getAPIntValue(); in extractShiftForRotate()