Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3671 const APInt *RotAmtC; in foldICmpEqIntrinsicWithConstant() local
3674 if (match(II->getArgOperand(2), m_APInt(RotAmtC))) in foldICmpEqIntrinsicWithConstant()
3677 ? ConstantInt::get(Ty, C.rotr(*RotAmtC)) in foldICmpEqIntrinsicWithConstant()
3678 : ConstantInt::get(Ty, C.rotl(*RotAmtC))); in foldICmpEqIntrinsicWithConstant()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9814 auto *RotAmtC = isConstOrConstSplat(N1); in visitRotate() local
9815 if (RotAmtC && RotAmtC->getAPIntValue() == 8 && in visitRotate()