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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp361 Instruction *TrOp = dyn_cast<Instruction>(TI->getOperand(0)); local
367 if (TrOp && I.isLogicalShift() && TrOp->isShift() &&
368 isa<ConstantInt>(TrOp->getOperand(1))) {
370 Constant *ShAmt = ConstantExpr::getZExt(Op1, TrOp->getType());
372 Value *NSh = Builder->CreateBinOp(I.getOpcode(), TrOp, ShAmt,I.getName());
378 unsigned SrcSize = TrOp->getType()->getScalarSizeInBits();

Completed in 126 milliseconds