Searched defs:isShiftOp (Results 1 – 5 of 5) sorted by relevance
2977 static bool isShiftOp(Opcode Opc) { return Opc == BO_Shl || Opc == BO_Shr; } in isShiftOp() function2978 bool isShiftOp() const { return isShiftOp(getOpcode()); } in isShiftOp() function
3949 static bool isShiftOp(Opcode Opc) { return Opc == BO_Shl || Opc == BO_Shr; } in isShiftOp() function3950 bool isShiftOp() const { return isShiftOp(getOpcode()); } in isShiftOp() function
3927 static bool isShiftOp(Opcode Opc) { return Opc == BO_Shl || Opc == BO_Shr; } in isShiftOp() function3928 bool isShiftOp() const { return isShiftOp(getOpcode()); } in isShiftOp() function
3921 static bool isShiftOp(Opcode Opc) { return Opc == BO_Shl || Opc == BO_Shr; } in isShiftOp() function3922 bool isShiftOp() const { return isShiftOp(getOpcode()); } in isShiftOp() function