Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineCasts.cpp519 auto ShiftOpcode0 = cast<BinaryOperator>(Or0)->getOpcode(); in narrowRotate() local
521 if (ShiftOpcode0 == ShiftOpcode1) in narrowRotate()
570 bool IsFshl = (!SubIsOnLHS && ShiftOpcode0 == BinaryOperator::Shl) || in narrowRotate()
HDInstCombineSelect.cpp2288 auto ShiftOpcode0 = cast<BinaryOperator>(Or0)->getOpcode(); in foldSelectRotate() local
2290 if (ShiftOpcode0 == ShiftOpcode1) in foldSelectRotate()
2319 bool IsFshl = (ShAmt == SA0 && ShiftOpcode0 == BinaryOperator::Shl) || in foldSelectRotate()
HDInstCombineAndOrXor.cpp2047 BinaryOperator::BinaryOps ShiftOpcode0 = Or0->getOpcode(); in matchRotate() local
2049 if (ShiftOpcode0 == ShiftOpcode1) in matchRotate()
2082 bool IsFshl = (!SubIsOnLHS && ShiftOpcode0 == BinaryOperator::Shl) || in matchRotate()