Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24574 SDValue ShAmt0 = N0.getOperand(1); in PerformOrCombine() local
24575 if (ShAmt0.getValueType() != MVT::i8) in PerformOrCombine()
24580 if (ShAmt0.getOpcode() == ISD::TRUNCATE) in PerformOrCombine()
24581 ShAmt0 = ShAmt0.getOperand(0); in PerformOrCombine()
24589 if (ShAmt0.getOpcode() == ISD::SUB) { in PerformOrCombine()
24592 std::swap(ShAmt0, ShAmt1); in PerformOrCombine()
24602 if (SumC->getSExtValue() == Bits && ShAmt1Op1 == ShAmt0) in PerformOrCombine()
24606 MVT::i8, ShAmt0)); in PerformOrCombine()
24609 ConstantSDNode *ShAmt0C = dyn_cast<ConstantSDNode>(ShAmt0); in PerformOrCombine()
24615 MVT::i8, ShAmt0)); in PerformOrCombine()