Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3848 auto *Add0C = dyn_cast<ConstantSDNode>(Add0); in tryShiftAmountMod() local
3856 } else if (ShiftAmt->getOpcode() == ISD::SUB && Add0C && in tryShiftAmountMod()
3857 Add0C->getZExtValue() != 0) { in tryShiftAmountMod()
3860 if (Add0C->getZExtValue() % Size == 0) in tryShiftAmountMod()
3863 Add0C->getZExtValue() % 32 == 0) { in tryShiftAmountMod()