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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1289 unsigned ShiftOpcode = Shift->getOpcode(); local
1290 if (ShiftOpcode == Instruction::AShr) {
1294 } else if (ShiftOpcode == Instruction::Shl) {
1302 } else if (ShiftOpcode == Instruction::LShr) {
1323 if (ShiftOpcode == Instruction::Shl)
1330 if (ConstantExpr::get(ShiftOpcode, NewCst, ShAmt) != RHS) {
1341 if (ShiftOpcode == Instruction::Shl)

Completed in 47 milliseconds