Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp36798 if (auto *SumC = dyn_cast<ConstantSDNode>(Sum)) { in combineOr() local
36802 if ((SumC->getAPIntValue() == Bits || in combineOr()
36803 (SumC->getAPIntValue() == 0 && ShMsk1)) && in combineOr()