Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1573 auto ShiftOpcode1 = cast<BinaryOperator>(Or1)->getOpcode(); in foldSelectRotate() local
1574 if (ShiftOpcode0 == ShiftOpcode1) in foldSelectRotate()
1604 (ShAmt == SA1 && ShiftOpcode1 == BinaryOperator::Shl); in foldSelectRotate()
H A DInstCombineCasts.cpp520 auto ShiftOpcode1 = cast<BinaryOperator>(Or1)->getOpcode(); in narrowRotate() local
521 if (ShiftOpcode0 == ShiftOpcode1) in narrowRotate()
571 (SubIsOnLHS && ShiftOpcode1 == BinaryOperator::Shl); in narrowRotate()
H A DInstCombineAndOrXor.cpp1830 auto ShiftOpcode1 = cast<BinaryOperator>(Or1)->getOpcode(); in matchRotate() local
1831 if (ShiftOpcode0 == ShiftOpcode1) in matchRotate()
1858 (SubIsOnLHS && ShiftOpcode1 == BinaryOperator::Shl); in matchRotate()