Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1289 unsigned ShiftOpcode = Shift->getOpcode(); in visitICmpInstWithInstAndIntCst() local
1290 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()