Searched refs:Amt2 (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp15618 SDValue Amt2 = (VT == MVT::v4i32) ? Amt->getOperand(1) :
15625 CanBeSimplified = Amt2 == Amt->getOperand(2) &&
15626 Amt2 == Amt->getOperand(3);
15632 Amt2 = Amt->getOperand(2);
15639 CanBeSimplified = Amt2 == Amt->getOperand(i);
15644 Amt2 = Amt->getOperand(4);
15648 CanBeSimplified = Amt2 == Amt->getOperand(j);
15653 isa<ConstantSDNode>(Amt2)) {
15660 DAG.getConstant(cast<ConstantSDNode>(Amt2)->getAPIntValue(), VT);
15739 SDValue Amt1, Amt2;
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1465 SDValue Amt2 = DAG.getNode(ISD::XOR, dl, ShTy, Amt, local
1484 SDValue Sh2 = DAG.getNode(Op2, dl, NVT, Sh1, Amt2);

Completed in 85 milliseconds