Searched refs:ShiftOp (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp527 BinaryOperator *ShiftOp = dyn_cast<BinaryOperator>(Op0); local
528 if (ShiftOp && !ShiftOp->isShift())
529 ShiftOp = 0;
531 if (ShiftOp && isa<ConstantInt>(ShiftOp->getOperand(1))) {
545 ConstantInt *ShiftAmt1C = cast<ConstantInt>(ShiftOp->getOperand(1));
550 Value *X = ShiftOp->getOperand(0);
555 if (I.getOpcode() == ShiftOp->getOpcode()) {
572 ShiftOp
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/InstPrinter/
H A DARMInstPrinter.cpp583 unsigned ShiftOp = MI->getOperand(OpNum).getImm(); local
584 bool isASR = (ShiftOp & (1 << 5)) != 0;
585 unsigned Amt = ShiftOp & 0x1f;
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMCodeEmitter.cpp1455 unsigned ShiftOp = MI.getOperand(3).getImm();
1456 ARM_AM::ShiftOpc Opc = ARM_AM::getSORegShOp(ShiftOp);
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1797 SDValue ShiftOp = DAG.getCopyFromReg(getControlRoot(), getCurDebugLoc(), local
1806 ShiftOp,
1813 ShiftOp,
1819 DAG.getConstant(1, VT), ShiftOp);

Completed in 209 milliseconds