Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4038 ConstantSDNode *ShC = isConstOrConstSplat(Shl1); in foldRemainderIdiom() local
4039 if (!DivC || !ShC) in foldRemainderIdiom()
4043 DivC->getAPIntValue().logBase2() == ShC->getAPIntValue()) in foldRemainderIdiom()