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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1198 unsigned ShiftOpcode = Shift->getOpcode(); local
1199 if (ShiftOpcode == Instruction::AShr) {
1203 } else if (ShiftOpcode == Instruction::Shl) {
1211 } else if (ShiftOpcode == Instruction::LShr) {
1232 if (ShiftOpcode == Instruction::Shl)
1239 if (ConstantExpr::get(ShiftOpcode, NewCst, ShAmt) != RHS) {
1250 if (ShiftOpcode == Instruction::Shl)

Completed in 326 milliseconds