Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5247 ConstantSDNode *OppLHSCst = isConstOrConstSplat(OppShiftLHS.getOperand(1)); in extractShiftForRotate() local
5254 !OppLHSCst || !OppLHSCst->getAPIntValue() || in extractShiftForRotate()
5265 APInt OppLHSAmt = OppLHSCst->getAPIntValue(); in extractShiftForRotate()