Searched refs:ShiftOpcode (Results 1 – 1 of 1) sorted by relevance
1289 unsigned ShiftOpcode = Shift->getOpcode(); in visitICmpInstWithInstAndIntCst() local1290 if (ShiftOpcode == Instruction::AShr) { in visitICmpInstWithInstAndIntCst()1294 } else if (ShiftOpcode == Instruction::Shl) { in visitICmpInstWithInstAndIntCst()1302 } else if (ShiftOpcode == Instruction::LShr) { in visitICmpInstWithInstAndIntCst()1323 if (ShiftOpcode == Instruction::Shl) in visitICmpInstWithInstAndIntCst()1330 if (ConstantExpr::get(ShiftOpcode, NewCst, ShAmt) != RHS) { in visitICmpInstWithInstAndIntCst()1341 if (ShiftOpcode == Instruction::Shl) in visitICmpInstWithInstAndIntCst()